Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
|