Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 38 |
|
| 39 |
|
| 40 |
-
web_search_tool = DuckDuckGoSearchTool(max_results=5
|
| 41 |
@tool
|
| 42 |
def results(arg1:str)-> str:
|
| 43 |
"""A tool that fetches Information from the Internet.
|
|
|
|
| 37 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 38 |
|
| 39 |
|
| 40 |
+
web_search_tool = DuckDuckGoSearchTool(max_results=5)
|
| 41 |
@tool
|
| 42 |
def results(arg1:str)-> str:
|
| 43 |
"""A tool that fetches Information from the Internet.
|