knight7561 commited on
Commit
21ba205
·
verified ·
1 Parent(s): 638ea37

Fixing spell and adding libs

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