awacke1 commited on
Commit
2809ed6
·
1 Parent(s): 7553879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -247,6 +247,7 @@ def main():
247
  if st.sidebar.button("⬇️ Download All"):
248
  start_directory = '.' # Current directory
249
  for zip_file in zip_subdirs(start_directory):
 
250
  st.sidebar.markdown(get_zip_download_link(zip_file), unsafe_allow_html=True)
251
 
252
  # Expander for showing URL history and download links
 
247
  if st.sidebar.button("⬇️ Download All"):
248
  start_directory = '.' # Current directory
249
  for zip_file in zip_subdirs(start_directory):
250
+ st.sidebar.markdown(zip_file, unsafe_allow_html=True)
251
  st.sidebar.markdown(get_zip_download_link(zip_file), unsafe_allow_html=True)
252
 
253
  # Expander for showing URL history and download links