Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ try:
|
|
| 24 |
type="messages",
|
| 25 |
examples=["Prime factorization of 68"],
|
| 26 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 27 |
-
title="
|
| 28 |
)
|
| 29 |
|
| 30 |
demo.launch()
|
|
|
|
| 24 |
type="messages",
|
| 25 |
examples=["Prime factorization of 68"],
|
| 26 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 27 |
+
title="Prime Factorization"
|
| 28 |
)
|
| 29 |
|
| 30 |
demo.launch()
|