Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,6 +28,6 @@ try:
|
|
| 28 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 29 |
)
|
| 30 |
|
| 31 |
-
demo.launch()
|
| 32 |
finally:
|
| 33 |
mcp_client.disconnect()
|
|
|
|
| 28 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 29 |
)
|
| 30 |
|
| 31 |
+
demo.launch(ssr_mode=False)
|
| 32 |
finally:
|
| 33 |
mcp_client.disconnect()
|