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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def get_news(topic: str) -> str:
45
 
46
  """
47
 
48
- search_result = web_serach_tool.run(topic)
49
 
50
  return search_result
51
 
 
45
 
46
  """
47
 
48
+ search_result = web_serach_tool(topic)
49
 
50
  return search_result
51