Seetha commited on
Commit
c03bccd
1 Parent(s): ad2d21b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -562,7 +562,7 @@ def main():
562
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
563
 
564
  #st.download_button(label="Download the detailed result table",data=buffer,file_name="df_final.xlsx",mime="application/vnd.ms-excel")
565
- st.download_button(label="Download the result table",data=buffer,file_name="df_tab.xlsx",mime="application/vnd.ms-excel")
566
 
567
  # repo_dir = 'IMA-pipeline-streamlit'
568
  # repo = Repo(repo_dir)
 
562
  # st.download_button(label="Download the result table_csv",data=csv2,file_name='final_data.csv',mime='text/csv')
563
 
564
  #st.download_button(label="Download the detailed result table",data=buffer,file_name="df_final.xlsx",mime="application/vnd.ms-excel")
565
+ st.download_button(label="Download the result table",data=buffer,file_name="t2cg_outputs.xlsx",mime="application/vnd.ms-excel")
566
 
567
  # repo_dir = 'IMA-pipeline-streamlit'
568
  # repo = Repo(repo_dir)