ahmedess0 commited on
Commit
88de546
·
verified ·
1 Parent(s): 1791764
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,9 +13,10 @@ def search_arxiv(query: str, max_results: int = 5) -> str:
13
  """Searches arXiv for academic papers.
14
 
15
  Args:
16
- query (str): The topic or keywords to search for.
17
  max_results (int, optional): The maximum number of papers to retrieve. Defaults to 5.
 
18
 
 
19
  Returns:
20
  str: A formatted list of found papers with titles, summaries, and links.
21
  """
 
13
  """Searches arXiv for academic papers.
14
 
15
  Args:
 
16
  max_results (int, optional): The maximum number of papers to retrieve. Defaults to 5.
17
+ query (str): The topic or keywords to search for.
18
 
19
+
20
  Returns:
21
  str: A formatted list of found papers with titles, summaries, and links.
22
  """