awacke1 commited on
Commit
c999a21
·
verified ·
1 Parent(s): a731957

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -201,9 +201,6 @@ def search_arxiv(query):
201
  filename = generate_filename(query, "md")
202
  create_file(filename, query, results, should_save)
203
 
204
- # Display local links HTML
205
- st.markdown(local_links_html, unsafe_allow_html=True)
206
-
207
  return results
208
 
209
  def download_pdfs_and_generate_html(urls):
 
201
  filename = generate_filename(query, "md")
202
  create_file(filename, query, results, should_save)
203
 
 
 
 
204
  return results
205
 
206
  def download_pdfs_and_generate_html(urls):