knight7561 commited on
Commit
638ea37
·
verified ·
1 Parent(s): 05ae971

Fix str mistake

Browse files
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,pandas,pip]
99
  )
100
 
101
 
 
95
  name=None,
96
  description=None,
97
  prompt_templates=prompt_templates,
98
+ additional_authorized_imports=['numpy','pandas','pip','mathplotlib']
99
  )
100
 
101