ClaudiaCumberbatch commited on
Commit
54d5160
·
verified ·
1 Parent(s): 5b54edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ agent = CodeAgent(
68
  prompt_templates=prompt_templates
69
  )
70
 
71
- result = agent.run("Search for the latest news about AI")
72
- print(result)
73
 
74
 
75
  GradioUI(agent).launch()
 
68
  prompt_templates=prompt_templates
69
  )
70
 
71
+ # result = agent.run("Search for the latest news about AI")
72
+ # print(result)
73
 
74
 
75
  GradioUI(agent).launch()