Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ try:
|
|
| 16 |
demo = gr.ChatInterface(
|
| 17 |
fn=lambda message, history: str(agent.run(message)),
|
| 18 |
type="messages",
|
| 19 |
-
examples=["
|
| 20 |
title="Agent with MCP Tools",
|
| 21 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 22 |
)
|
|
|
|
| 16 |
demo = gr.ChatInterface(
|
| 17 |
fn=lambda message, history: str(agent.run(message)),
|
| 18 |
type="messages",
|
| 19 |
+
examples=["Analyze the sentiment of the following text 'This is awesome'"],
|
| 20 |
title="Agent with MCP Tools",
|
| 21 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
| 22 |
)
|