muhammadzain commited on
Commit
bd62d26
·
1 Parent(s): 8d2f600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with col2:
176
  with open('processed_'+file.name, "rb") as download_file:
177
  st.download_button(label="Download image", data=download_file,
178
  file_name= 'processed_'+file.name, mime= "image/png",
179
- use_container_width=True, disabled=st.session_state.disable_download)
180
 
181
 
182
 
 
176
  with open('processed_'+file.name, "rb") as download_file:
177
  st.download_button(label="Download image", data=download_file,
178
  file_name= 'processed_'+file.name, mime= "image/png",
179
+ disabled=st.session_state.disable_download)
180
 
181
 
182