captain-awesome commited on
Commit
dd04ca4
·
verified ·
1 Parent(s): 7404322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,10 +18,10 @@ try:
18
 
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
  )
26
 
27
  demo.launch()
 
18
 
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 get chapgters of Quran.",
25
  )
26
 
27
  demo.launch()