Techno-1 commited on
Commit
eb9cf92
·
verified ·
1 Parent(s): dade101

Changed example to work with sentiment analysis tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with MCPClient(
17
  demo = gr.ChatInterface(
18
  fn=lambda message, history: str(agent.run(message)),
19
  type="messages",
20
- examples=["What's the weather like?"],
21
  title="Agent with MCP Tools",
22
  description="This is a simple agent that uses MCP tools to answer questions.",
23
  )
 
17
  demo = gr.ChatInterface(
18
  fn=lambda message, history: str(agent.run(message)),
19
  type="messages",
20
+ examples=["Analyse the sentiment of: I Love Cats"],
21
  title="Agent with MCP Tools",
22
  description="This is a simple agent that uses MCP tools to answer questions.",
23
  )