ka2021vin commited on
Commit
5690cd8
·
verified ·
1 Parent(s): 19a62ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -109,5 +109,6 @@ agent = CodeAgent(
109
  prompt_templates=prompt_templates
110
  )
111
 
 
112
 
113
  GradioUI(agent).launch()
 
109
  prompt_templates=prompt_templates
110
  )
111
 
112
+ agent.run("get stock info for AMZN")
113
 
114
  GradioUI(agent).launch()