Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ try:
|
|
25 |
description="This is a simple agent that uses MCP tools to get chapters of the Quran.",
|
26 |
)
|
27 |
|
28 |
-
demo.launch()
|
29 |
|
30 |
finally:
|
31 |
# Properly close the MCP client connection
|
|
|
25 |
description="This is a simple agent that uses MCP tools to get chapters of the Quran.",
|
26 |
)
|
27 |
|
28 |
+
demo.launch(share=True)
|
29 |
|
30 |
finally:
|
31 |
# Properly close the MCP client connection
|