petkar commited on
Commit
62ec65e
·
verified ·
1 Parent(s): c1bfc40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ agent = CodeAgent(
117
  prompt_templates=prompt_templates
118
  )
119
 
120
- print(my_custom_tool("Braunschweig", "Winter"))
121
  GradioUI(agent).launch()
122
 
123
 
 
117
  prompt_templates=prompt_templates
118
  )
119
 
120
+
121
  GradioUI(agent).launch()
122
 
123