GatinhoEducado commited on
Commit
4e8d07b
·
verified ·
1 Parent(s): 01c03d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -166,6 +166,7 @@ agent = CodeAgent(
166
  description=None,
167
  prompt_templates=prompt_templates,
168
  add_base_tools=True,
 
169
  )
170
 
171
  GradioUI(agent).launch()
 
166
  description=None,
167
  prompt_templates=prompt_templates,
168
  add_base_tools=True,
169
+ additional_authorized_imports=["time", "numpy", "pandas"],
170
  )
171
 
172
  GradioUI(agent).launch()