Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ try:
|
|
87 |
title="Agent with MCP Tools",
|
88 |
description="This is a simple agent that uses MCP tools to get chapters of the Quran.",
|
89 |
)
|
|
|
90 |
|
91 |
demo.launch()
|
92 |
|
|
|
87 |
title="Agent with MCP Tools",
|
88 |
description="This is a simple agent that uses MCP tools to get chapters of the Quran.",
|
89 |
)
|
90 |
+
|
91 |
|
92 |
demo.launch()
|
93 |
|