awacke1 commited on
Commit
3468ad1
·
verified ·
1 Parent(s): 5d16bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -616,7 +616,7 @@ def display_file_history_in_sidebar():
616
  st.session_state.should_rerun = True
617
  with col4:
618
  if st.button("⬇️ Zip All"):
619
- zip_name = create_zip_of_files(all_md, all_mp3, all_wav, st.session_state.get('last_query', ''))
620
  if zip_name:
621
  st.sidebar.markdown(get_download_link(zip_name, "zip"), unsafe_allow_html=True)
622
 
 
616
  st.session_state.should_rerun = True
617
  with col4:
618
  if st.button("⬇️ Zip All"):
619
+ zip_name = create_zip_of_files(md_files, mp3_files, wav_files, st.session_state.get('last_query', ''))
620
  if zip_name:
621
  st.sidebar.markdown(get_download_link(zip_name, "zip"), unsafe_allow_html=True)
622