Repcak00 commited on
Commit
17b0780
·
verified ·
1 Parent(s): 6b33b82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def get_news_from_location(location: str)-> str: #it's import to specify the ret
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that extracts news from specific location.
15
  Args:
16
- # TODO:
17
  """
18
 
19
  return "What magic will you build ?"
 
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that extracts news from specific location.
15
  Args:
16
+ location: A string representing location of the news.
17
  """
18
 
19
  return "What magic will you build ?"