awacke1 commited on
Commit
ea590ae
·
1 Parent(s): b8c60a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()