Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|