Geraldine commited on
Commit
3f1e099
·
verified ·
1 Parent(s): a3645a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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