awacke1 commited on
Commit
c13ef30
·
1 Parent(s): a8ea47d

Update app.py

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