fatsam commited on
Commit
7abd4da
·
verified ·
1 Parent(s): d44a3b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -59,8 +59,5 @@ agent = CodeAgent(
59
  prompt_templates=prompt_templates
60
  )
61
 
62
- print("Agent running:", prompt)
63
- result = agent.run(prompt)
64
- print("Agent result:", result)
65
 
66
  GradioUI(agent).launch()
 
59
  prompt_templates=prompt_templates
60
  )
61
 
 
 
 
62
 
63
  GradioUI(agent).launch()