Chris Alexiuk
commited on
Commit
·
145cdfd
1
Parent(s):
0c62088
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ async def init():
|
|
24 |
content="Please enter a topic to begin!", timeout=15
|
25 |
).send()
|
26 |
|
27 |
-
# Obtain the top
|
28 |
search = arxiv.Search(
|
29 |
query=arxiv_query["content"],
|
30 |
max_results=3,
|
|
|
24 |
content="Please enter a topic to begin!", timeout=15
|
25 |
).send()
|
26 |
|
27 |
+
# Obtain the top 3 results from Arxiv for the query
|
28 |
search = arxiv.Search(
|
29 |
query=arxiv_query["content"],
|
30 |
max_results=3,
|