Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@ if 'reuse_image' not in st.session_state:
|
|
39 |
def set_image(img):
|
40 |
st.session_state.reuse_image = img
|
41 |
|
42 |
-
st.title("Magic
|
43 |
|
44 |
-
st.image(open("assets/
|
45 |
|
46 |
st.markdown(
|
47 |
"""
|
|
|
39 |
def set_image(img):
|
40 |
st.session_state.reuse_image = img
|
41 |
|
42 |
+
st.title("Magic Eraser")
|
43 |
|
44 |
+
st.image(open("assets/eraser.png", "rb").read())
|
45 |
|
46 |
st.markdown(
|
47 |
"""
|