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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate_image(imageprompt: str) -> Image.Image:
34
 
35
 
36
  @tool
37
- 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:
 
34
 
35
 
36
  @tool
37
+ 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: