Update app.py
Browse files
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 |
|