Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|