Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ try:
|
|
| 40 |
demo = gr.ChatInterface(
|
| 41 |
fn=lambda message, history: str(agent.run(message)),
|
| 42 |
type="messages",
|
| 43 |
-
title="
|
| 44 |
description=mcp_description,
|
| 45 |
)
|
| 46 |
|
|
|
|
| 40 |
demo = gr.ChatInterface(
|
| 41 |
fn=lambda message, history: str(agent.run(message)),
|
| 42 |
type="messages",
|
| 43 |
+
title="MCP Client For Hackathon",
|
| 44 |
description=mcp_description,
|
| 45 |
)
|
| 46 |
|