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