Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
imaginarycrayon423
/
First_agent_template
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
imaginarycrayon423
commited on
Apr 4
Commit
ba28d86
·
verified
·
1 Parent(s):
9492967
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,6 +76,6 @@ agent = CodeAgent(
76
)
77
78
print(
79
-
'hello'
80
)
81
GradioUI(agent).launch()
76
)
77
78
print(
79
+
'hello
there...
'
80
)
81
GradioUI(agent).launch()