Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
jamesbright
/
party_organiser
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jamesbright
commited on
Mar 19
Commit
f91f3b0
·
verified
·
1 Parent(s):
8d7fbe1
Added Suggest Menu tool
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -89,5 +89,4 @@ agent = CodeAgent(
89
prompt_templates=prompt_templates
90
)
91
92
-
93
GradioUI(agent).launch()
89
prompt_templates=prompt_templates
90
)
91
92
GradioUI(agent).launch()