awacke1 commited on
Commit
896b813
·
verified ·
1 Parent(s): fcbde52

Update backup15.voiceinoutworks.app.py

Browse files
Files changed (1) hide show
  1. backup15.voiceinoutworks.app.py +1 -1
backup15.voiceinoutworks.app.py CHANGED
@@ -310,7 +310,7 @@ def display_file_manager():
310
  files = sorted(glob.glob("*.md"),reverse=True)
311
  if st.sidebar.button("🗑 Delete All"):
312
  for f in files: os.remove(f)
313
- st.experimental_rerun()
314
  if st.sidebar.button("⬇️ Download All"):
315
  z= create_zip_of_files(files)
316
  st.sidebar.markdown(get_download_link(z),unsafe_allow_html=True)
 
310
  files = sorted(glob.glob("*.md"),reverse=True)
311
  if st.sidebar.button("🗑 Delete All"):
312
  for f in files: os.remove(f)
313
+ st.rerun()
314
  if st.sidebar.button("⬇️ Download All"):
315
  z= create_zip_of_files(files)
316
  st.sidebar.markdown(get_download_link(z),unsafe_allow_html=True)