Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
petkar
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
petkar
commited on
Sep 23
Commit
4dfa7d7
·
verified
·
1 Parent(s):
f45a785
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -88,5 +88,6 @@ agent = CodeAgent(
88
prompt_templates=prompt_templates
89
)
90
91
92
GradioUI(agent).launch()
88
prompt_templates=prompt_templates
89
)
90
91
+
print(my_custom_tool("Paris", "Berlin"))
92
93
GradioUI(agent).launch()