warhawkmonk commited on
Commit
73214f2
·
verified ·
1 Parent(s): 345c5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -244,9 +244,9 @@ with column2:
244
  st.rerun() # st.rerun()
245
 
246
  img_selection.save("image.png")
247
- with open("image.png", "rb") as file:
248
- downl=st.download_button(label="DOWNLOAD",data=file,file_name="image.png",mime="image/png")
249
- os.remove("image.png")
250
  else:
251
 
252
  st.header("This section will store the updated images")
 
244
  st.rerun() # st.rerun()
245
 
246
  img_selection.save("image.png")
247
+ with open("image.png", "rb") as file:
248
+ downl=st.download_button(label="DOWNLOAD",data=file,file_name="image.png",mime="image/png")
249
+ os.remove("image.png")
250
  else:
251
 
252
  st.header("This section will store the updated images")