mrks89 commited on
Commit
83dfba1
·
verified ·
1 Parent(s): 2808170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ agent = CodeAgent(
64
  planning_interval=None,
65
  name=None,
66
  description=None,
 
67
  prompt_templates=prompt_templates
68
  )
69
 
 
64
  planning_interval=None,
65
  name=None,
66
  description=None,
67
+ additional_authorized_imports=["matplotlib", "matplotlib.pyplot"],
68
  prompt_templates=prompt_templates
69
  )
70