GatinhoEducado commited on
Commit
3a6b443
·
verified ·
1 Parent(s): 73120c9

Update app.py

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