faizaltkl commited on
Commit
24fe0c8
·
verified ·
1 Parent(s): 47e6005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()