Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
22 |
except Exception as e:
|
23 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
24 |
|
25 |
-
duckduckgo_search_tool = DuckDuckGoSearchTool(
|
26 |
|
27 |
# Initialize the final answer tool
|
28 |
final_answer = FinalAnswerTool()
|
|
|
22 |
except Exception as e:
|
23 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
24 |
|
25 |
+
duckduckgo_search_tool = DuckDuckGoSearchTool()
|
26 |
|
27 |
# Initialize the final answer tool
|
28 |
final_answer = FinalAnswerTool()
|