dexay commited on
Commit
f9e2c1d
·
1 Parent(s): 452d105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -310,7 +310,7 @@ if submit and len(x) != 0:
310
 
311
  st.table(edccandf)
312
  csv = edccandf.to_csv(index=False).encode('utf-8')
313
- st.sidebar:
314
  st.write("You can only choose one download!!")
315
  st.write("we recommed ZIP file.")
316
  st.write("Download table only:")
@@ -328,7 +328,7 @@ if submit and len(x) != 0:
328
  file_name="SeparateCsvs.zip",
329
  mime="application/zip"
330
  )
331
- )
332
 
333
 
334
 
 
310
 
311
  st.table(edccandf)
312
  csv = edccandf.to_csv(index=False).encode('utf-8')
313
+ with st.sidebar:
314
  st.write("You can only choose one download!!")
315
  st.write("we recommed ZIP file.")
316
  st.write("Download table only:")
 
328
  file_name="SeparateCsvs.zip",
329
  mime="application/zip"
330
  )
331
+
332
 
333
 
334