awacke1 commited on
Commit
f618e10
·
verified ·
1 Parent(s): edc942a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -518,7 +518,7 @@ def display_file_manager_sidebar(groups_sorted):
518
  os.remove(f)
519
  for f in all_wav:
520
  os.remove(f)
521
- st.session_state.should_rerun = True st.session_state.should_rerun = True
522
  with col4:
523
  if st.button("⬇️ Zip All"):
524
  zip_name = create_zip_of_files(all_md, all_mp3, all_wav, st.session_state.get('last_query', ''))
 
518
  os.remove(f)
519
  for f in all_wav:
520
  os.remove(f)
521
+ st.session_state.should_rerun = True
522
  with col4:
523
  if st.button("⬇️ Zip All"):
524
  zip_name = create_zip_of_files(all_md, all_mp3, all_wav, st.session_state.get('last_query', ''))