cbg342 commited on
Commit
75cea74
1 Parent(s): e0b82bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with cola:
70
  f.write(uploadFile.getbuffer())
71
  st.write('Success')
72
  with colb:
73
- if st.button('Download'):
74
  shutil.make_archive(os.path.join(thispath, 'files'), 'zip', os.path.join(thispath, 'files'))
75
  st.session_state['downloadable'] = True
76
  with colc:
 
70
  f.write(uploadFile.getbuffer())
71
  st.write('Success')
72
  with colb:
73
+ if st.button('Make .zip'):
74
  shutil.make_archive(os.path.join(thispath, 'files'), 'zip', os.path.join(thispath, 'files'))
75
  st.session_state['downloadable'] = True
76
  with colc: