jbisal commited on
Commit
b5347b6
·
verified ·
1 Parent(s): 1e1ff9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,7 +67,8 @@ agent = CodeAgent(
67
  planning_interval=None,
68
  name=None,
69
  description=None,
70
- prompt_templates=prompt_templates
 
71
  )
72
 
73
 
 
67
  planning_interval=None,
68
  name=None,
69
  description=None,
70
+ prompt_templates=prompt_templates,
71
+ additional_authorized_imports=["matplotlib"]
72
  )
73
 
74