Chris Alexiuk commited on
Commit
145cdfd
·
1 Parent(s): 0c62088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 30 results from Arxiv for the query
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,