Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
ka2021vin
/
First_agent_template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ka2021vin
commited on
8 days ago
Commit
5690cd8
·
verified
·
1 Parent(s):
19a62ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -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()