ambadkar commited on
Commit
5482a53
·
verified ·
1 Parent(s): 83d93c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,5 +61,4 @@ agent = CodeAgent(
61
  prompt_templates=prompt_templates
62
  )
63
 
64
- print("\n".join([f"- {a}" for a in agent.toolbox.keys()]))
65
  GradioUI(agent).launch()
 
61
  prompt_templates=prompt_templates
62
  )
63
 
 
64
  GradioUI(agent).launch()