Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def search_arxiv(query: str, max_results: int = 5) -> str:
|
|
14 |
|
15 |
Args:
|
16 |
query (str): The topic or keywords to search for.
|
17 |
-
max_results (int):
|
18 |
|
19 |
Returns:
|
20 |
str: A formatted list of found papers with titles, summaries, and links.
|
|
|
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.
|