petkar commited on
Commit
4dfa7d7
·
verified ·
1 Parent(s): f45a785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,5 +88,6 @@ agent = CodeAgent(
88
  prompt_templates=prompt_templates
89
  )
90
 
 
91
 
92
  GradioUI(agent).launch()
 
88
  prompt_templates=prompt_templates
89
  )
90
 
91
+ print(my_custom_tool("Paris", "Berlin"))
92
 
93
  GradioUI(agent).launch()