Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ agent = CodeAgent(
|
|
107 |
verbosity_level=2,
|
108 |
prompt_templates=prompt_templates,
|
109 |
step_callbacks=[save_screenshot],
|
110 |
-
|
111 |
"helium",
|
112 |
"unicodedata",
|
113 |
"stat",
|
|
|
107 |
verbosity_level=2,
|
108 |
prompt_templates=prompt_templates,
|
109 |
step_callbacks=[save_screenshot],
|
110 |
+
additional_authorized_imports=[
|
111 |
"helium",
|
112 |
"unicodedata",
|
113 |
"stat",
|