Hiba03 commited on
Commit
d5ebeb9
·
verified ·
1 Parent(s): 8097c77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -98,8 +98,9 @@ def related_papers(title:str, max_results:int) -> list:
98
  A tool that searches for related papers on arXiv based on the title of the query paper.
99
 
100
  Args:
101
- title : A string representing the title of the query paper to find related papers for.
102
- max_results : An integer representing The number of related papers to return.
 
103
  Returns:
104
  list: A list of dictionaries, each containing a related paper's title and URL.
105
  """
 
98
  A tool that searches for related papers on arXiv based on the title of the query paper.
99
 
100
  Args:
101
+ title (str): The title of the query paper to find related papers for.
102
+ max_results (int): The number of related papers to return.
103
+
104
  Returns:
105
  list: A list of dictionaries, each containing a related paper's title and URL.
106
  """