Spaces:
Runtime error
Runtime error
burtenshaw
commited on
Commit
·
d9c3c20
1
Parent(s):
e3fb778
fix name in space
Browse files
app.py
CHANGED
|
@@ -413,7 +413,7 @@ def update_agent_status(agent):
|
|
| 413 |
|
| 414 |
# Create the Gradio app
|
| 415 |
with gr.Blocks(title="AI Agent Builder") as app:
|
| 416 |
-
gr.Markdown("# AI Agent Builder with
|
| 417 |
gr.Markdown("Build your own AI agent by selecting tools from Hugging Face Spaces.")
|
| 418 |
|
| 419 |
# Agent state
|
|
|
|
| 413 |
|
| 414 |
# Create the Gradio app
|
| 415 |
with gr.Blocks(title="AI Agent Builder") as app:
|
| 416 |
+
gr.Markdown("# AI Agent Builder with smolagents")
|
| 417 |
gr.Markdown("Build your own AI agent by selecting tools from Hugging Face Spaces.")
|
| 418 |
|
| 419 |
# Agent state
|