Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -39,7 +39,7 @@ 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/magic-eraser.png", "rb").read())
|
45 |
|
|
|
39 |
def set_image(img):
|
40 |
st.session_state.reuse_image = img
|
41 |
|
42 |
+
st.title("Magic Eraser")
|
43 |
|
44 |
st.image(open("assets/magic-eraser.png", "rb").read())
|
45 |
|