phyloforfun commited on
Commit
74ef197
1 Parent(s): eb18fda

file upload gallery

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -804,7 +804,7 @@ def create_download_button(zip_filepath):
804
  with open(zip_filepath, 'rb') as f:
805
  bytes_io = BytesIO(f.read())
806
  st.download_button(
807
- label="Download Results",
808
  data=bytes_io,
809
  file_name=os.path.basename(zip_filepath),
810
  mime='application/zip'
 
804
  with open(zip_filepath, 'rb') as f:
805
  bytes_io = BytesIO(f.read())
806
  st.download_button(
807
+ label=f"Download Results for{st.session_state['processing_add_on']}",
808
  data=bytes_io,
809
  file_name=os.path.basename(zip_filepath),
810
  mime='application/zip'