PLBot commited on
Commit
b71898b
·
verified ·
1 Parent(s): db72768

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -15
app.py CHANGED
@@ -97,21 +97,7 @@ agent = CodeAgent(
97
  planning_interval=None,
98
  name="Journi",
99
  description="Your AI travel companion",
100
- prompt_templates=prompt_templates,
101
- authorized_imports=[
102
- "unicodedata",
103
- "stat",
104
- "datetime",
105
- "random",
106
- "pandas",
107
- "itertools",
108
- "math",
109
- "statistics",
110
- "queue",
111
- "time",
112
- "collections",
113
- "re"
114
- ]
115
  )
116
 
117
  # Launch the UI
 
97
  planning_interval=None,
98
  name="Journi",
99
  description="Your AI travel companion",
100
+ prompt_templates=prompt_templates
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  )
102
 
103
  # Launch the UI