Aakash010 commited on
Commit
ce09ac1
·
verified ·
1 Parent(s): f5f45b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
33
  except Exception as e:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
- @tool
37
  search = DuckDuckGoSearchTool()
38
 
39
 
 
33
  except Exception as e:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
+
37
  search = DuckDuckGoSearchTool()
38
 
39