AswinMathew commited on
Commit
6fffeb5
·
verified ·
1 Parent(s): 6c9f962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def get_news(topic: str) -> str:
38
  """A tool that scraps the web to find latest news article related to a specific topic
39
 
40
  Args:
41
- A detailed topic that will act as the search query
42
 
43
  Returns:
44
  A latest news article from the web based on the provided topic
 
38
  """A tool that scraps the web to find latest news article related to a specific topic
39
 
40
  Args:
41
+ topic: A detailed topic that will act as the search query
42
 
43
  Returns:
44
  A latest news article from the web based on the provided topic