DTStudios commited on
Commit
59cca98
·
verified ·
1 Parent(s): 581e4ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with open("prompts.yaml", 'r') as stream:
69
  prompt_templates = yaml.safe_load(stream)
70
 
71
  # registry.py
72
- from tools import calculator, get_current_time_in_timezone
73
  from tools.final_answer import FinalAnswerTool
74
  from smolagents import load_tool
75
 
 
69
  prompt_templates = yaml.safe_load(stream)
70
 
71
  # registry.py
72
+ from tool import calculator, get_current_time_in_timezone
73
  from tools.final_answer import FinalAnswerTool
74
  from smolagents import load_tool
75