Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,11 +254,11 @@ def main():
|
|
| 254 |
try:
|
| 255 |
for url, subdir in history.items():
|
| 256 |
st.markdown(f"#### {url}")
|
| 257 |
-
show_download_links(subdir)
|
| 258 |
except:
|
| 259 |
print('url history is empty')
|
| 260 |
# Update each time to show files we have
|
| 261 |
for subdir in history.values():
|
| 262 |
-
show_download_links(subdir)
|
| 263 |
if __name__ == "__main__":
|
| 264 |
main()
|
|
|
|
| 254 |
try:
|
| 255 |
for url, subdir in history.items():
|
| 256 |
st.markdown(f"#### {url}")
|
| 257 |
+
# show_download_links(subdir)
|
| 258 |
except:
|
| 259 |
print('url history is empty')
|
| 260 |
# Update each time to show files we have
|
| 261 |
for subdir in history.values():
|
| 262 |
+
# show_download_links(subdir)
|
| 263 |
if __name__ == "__main__":
|
| 264 |
main()
|