betki commited on
Commit
8591042
·
verified ·
1 Parent(s): 7cfd810

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="This is a simple agent that uses MCP tools to answer questions.",
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()