Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
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:
|