rizwanaidris2 commited on
Commit
d22cd08
·
verified ·
1 Parent(s): 3d7c32d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -39,4 +39,6 @@ if uploaded_file is not None:
39
  st.download_button(
40
  label="Download Edited Image",
41
  data=img_byte_arr,
42
- f
 
 
 
39
  st.download_button(
40
  label="Download Edited Image",
41
  data=img_byte_arr,
42
+ file_name="edited_image.png",
43
+ mime="image/png"
44
+ ) # Closing parenthesis here