knight7561 commited on
Commit
90fca0b
·
verified ·
1 Parent(s): 74a4b3b

adding numpy import

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,8 @@ agent = CodeAgent(
94
  planning_interval=None,
95
  name=None,
96
  description=None,
97
- prompt_templates=prompt_templates
 
98
  )
99
 
100
 
 
94
  planning_interval=None,
95
  name=None,
96
  description=None,
97
+ prompt_templates=prompt_templates,
98
+ additional_authorized_imports=[numpy,*]
99
  )
100
 
101