xenchai commited on
Commit
dbe6002
·
verified ·
1 Parent(s): b1f6aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(quer)
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()