Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/First_agent_template
ArslanFOX
/
First_agent_template
like
0
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Update app.py
#4
by
ArslanFOX
- opened
5 days ago
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -72,4 +72,4 @@ agent = CodeAgent(
72
)
73
74
# Launch the Gradio UI with the agent
75
-
GradioUI(agent).launch(share=
False
)
72
)
73
74
# Launch the Gradio UI with the agent
75
+
GradioUI(agent).launch(share=
True
)