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