jpikerun commited on
Commit
7d57164
·
verified ·
1 Parent(s): 6a90223

Update app.py

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