Update app.py
Browse files
app.py
CHANGED
@@ -18,10 +18,10 @@ try:
|
|
18 |
|
19 |
demo = gr.ChatInterface(
|
20 |
fn=lambda message, history: str(agent.run(message)),
|
21 |
-
type="messages",
|
22 |
-
examples=["Prime factorization of 68"],
|
23 |
title="Agent with MCP Tools",
|
24 |
-
description="This is a simple agent that uses MCP tools to
|
25 |
)
|
26 |
|
27 |
demo.launch()
|
|
|
18 |
|
19 |
demo = gr.ChatInterface(
|
20 |
fn=lambda message, history: str(agent.run(message)),
|
21 |
+
# type="messages",
|
22 |
+
# examples=["Prime factorization of 68"],
|
23 |
title="Agent with MCP Tools",
|
24 |
+
description="This is a simple agent that uses MCP tools to get chapgters of Quran.",
|
25 |
)
|
26 |
|
27 |
demo.launch()
|