prithivMLmods commited on
Commit
bc74534
·
verified ·
1 Parent(s): 2e74e79

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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-Eraser")
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