Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,8 @@ agent = CodeAgent(
|
|
57 |
planning_interval=None,
|
58 |
name=None,
|
59 |
description=None,
|
60 |
-
prompt_templates=prompt_templates
|
|
|
61 |
)
|
62 |
|
63 |
|
|
|
57 |
planning_interval=None,
|
58 |
name=None,
|
59 |
description=None,
|
60 |
+
prompt_templates=prompt_templates,
|
61 |
+
additional_authorized_imports=['numpy', 'pandas','matplotlib.pyplot']
|
62 |
)
|
63 |
|
64 |
|