Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def web_search(search_query: str) -> str:
|
|
| 14 |
Args:
|
| 15 |
search_query: A string representing the search query.
|
| 16 |
"""
|
| 17 |
-
search_tool = DuckDuckGoSearchTool(
|
| 18 |
return search_tool.forward(search_query)
|
| 19 |
|
| 20 |
|
|
|
|
| 14 |
Args:
|
| 15 |
search_query: A string representing the search query.
|
| 16 |
"""
|
| 17 |
+
search_tool = DuckDuckGoSearchTool()
|
| 18 |
return search_tool.forward(search_query)
|
| 19 |
|
| 20 |
|