Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ try:
|
|
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 answer questions.",
|
25 |
)
|
|
|
19 |
demo = gr.ChatInterface(
|
20 |
fn=lambda message, history: str(agent.run(message)),
|
21 |
type="messages",
|
|
|
22 |
title="Agent with MCP Tools",
|
23 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
24 |
)
|