Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ def main():
|
|
183 |
show_download_links(subdir)
|
184 |
|
185 |
# Expander for showing URL history and download links
|
186 |
-
with st.expander("URL History and Downloaded Files
|
187 |
try:
|
188 |
for url, subdir in history.items():
|
189 |
st.markdown(f"#### {url}")
|
|
|
183 |
show_download_links(subdir)
|
184 |
|
185 |
# Expander for showing URL history and download links
|
186 |
+
with st.expander("URL History and Downloaded Files"):
|
187 |
try:
|
188 |
for url, subdir in history.items():
|
189 |
st.markdown(f"#### {url}")
|