Spaces:
Running
Running
Update app.py
Browse files
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):
|