thatting commited on
Commit
e8ebc53
·
verified ·
1 Parent(s): 9dd8f07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["Prime factorization of 68"],
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
  )