Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -527,8 +527,8 @@ def main():
|
|
| 527 |
with st.container():
|
| 528 |
|
| 529 |
st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
|
| 530 |
-
st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
|
| 531 |
-
st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
|
| 532 |
|
| 533 |
|
| 534 |
if __name__ == '__main__':
|
|
|
|
| 527 |
with st.container():
|
| 528 |
|
| 529 |
st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
|
| 530 |
+
# st.download_button(label="Download the detailed result table_csv",data=csv1,file_name='results.csv',mime='text/csv')
|
| 531 |
+
# st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
|
| 532 |
|
| 533 |
|
| 534 |
if __name__ == '__main__':
|