betki commited on
Commit
9968d1c
·
verified ·
1 Parent(s): c5ea5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ try:
19
  demo = gr.ChatInterface(
20
  fn=lambda message, history: str(agent.run(message)),
21
  type="messages",
22
- examples=["Prime factorization of 68"],
23
  title="Agent with MCP Tools",
24
  description="This is a simple agent that uses MCP tools to answer questions.",
25
  )
 
19
  demo = gr.ChatInterface(
20
  fn=lambda message, history: str(agent.run(message)),
21
  type="messages",
 
22
  title="Agent with MCP Tools",
23
  description="This is a simple agent that uses MCP tools to answer questions.",
24
  )