betki commited on
Commit
635c5f4
·
verified ·
1 Parent(s): 4063645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ try:
40
  demo = gr.ChatInterface(
41
  fn=lambda message, history: str(agent.run(message)),
42
  type="messages",
43
- title="Agent For Hackathon",
44
  description=mcp_description,
45
  )
46
 
 
40
  demo = gr.ChatInterface(
41
  fn=lambda message, history: str(agent.run(message)),
42
  type="messages",
43
+ title="MCP Client For Hackathon",
44
  description=mcp_description,
45
  )
46