Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ agent = CodeAgent(
|
|
167 |
description=None,
|
168 |
prompt_templates=prompt_templates,
|
169 |
add_base_tools=True,
|
170 |
-
additional_authorized_imports=["time", "numpy", "pandas"],
|
171 |
)
|
172 |
|
173 |
GradioUI(agent).launch()
|
|
|
167 |
description=None,
|
168 |
prompt_templates=prompt_templates,
|
169 |
add_base_tools=True,
|
170 |
+
additional_authorized_imports=["time", "numpy", "pandas","datetime"],
|
171 |
)
|
172 |
|
173 |
GradioUI(agent).launch()
|