knight7561 commited on
Commit
05ae971
·
verified ·
1 Parent(s): 90fca0b
Files changed (1) hide show
  1. app.py +1 -1
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,*]
99
  )
100
 
101
 
 
95
  name=None,
96
  description=None,
97
  prompt_templates=prompt_templates,
98
+ additional_authorized_imports=[numpy,pandas,pip]
99
  )
100
 
101