Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ try:
|
|
21 |
fn=lambda message, history: str(agent.run(message)),
|
22 |
type="messages",
|
23 |
title="Agent with MCP Tools",
|
24 |
-
description="
|
25 |
)
|
26 |
|
27 |
demo.launch()
|
|
|
21 |
fn=lambda message, history: str(agent.run(message)),
|
22 |
type="messages",
|
23 |
title="Agent with MCP Tools",
|
24 |
+
description="Agent that uses MCP tools (sentiment analysis) to analyze input for sentiment.",
|
25 |
)
|
26 |
|
27 |
demo.launch()
|