Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
hemantgaikwad
/
First_agent_template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hemantgaikwad
commited on
Feb 16
Commit
bbf3131
·
verified
·
1 Parent(s):
4a8d342
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ agent = CodeAgent(
77
)
78
79
# Launch Gradio UI
80
-
GradioUI(agent
,initial_message="Welcome to HealthBot! How can I assist you today?"
).launch()
77
)
78
79
# Launch Gradio UI
80
+
GradioUI(agent).launch()