Spaces:
Sleeping
Sleeping
Fixing spell and adding libs
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ agent = CodeAgent(
|
|
95 |
name=None,
|
96 |
description=None,
|
97 |
prompt_templates=prompt_templates,
|
98 |
-
additional_authorized_imports=['numpy','pandas','pip','
|
99 |
)
|
100 |
|
101 |
|
|
|
95 |
name=None,
|
96 |
description=None,
|
97 |
prompt_templates=prompt_templates,
|
98 |
+
additional_authorized_imports=['numpy','pandas','pip','matplotlib','SciPy','tensorflow','requests','notebook']
|
99 |
)
|
100 |
|
101 |
|