ZweliM commited on
Commit
6c0cb63
·
verified ·
1 Parent(s): 3c8c495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ try:
24
  type="messages",
25
  examples=["Prime factorization of 68"],
26
  description="This is a simple agent that uses MCP tools to answer questions.",
27
- title="MCP Sementic Analysis Agent"
28
  )
29
 
30
  demo.launch()
 
24
  type="messages",
25
  examples=["Prime factorization of 68"],
26
  description="This is a simple agent that uses MCP tools to answer questions.",
27
+ title="Prime Factorization"
28
  )
29
 
30
  demo.launch()