applemuncy commited on
Commit
cdf059e
·
verified ·
1 Parent(s): b0f55dd

change m to M

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ try:
27
  examples=["Prime factorization of 68"],
28
  title="Agent with MCP Tools",
29
  description="This is a simple agent that uses MCP tools to answer questions.",
30
- theme = my_theme,
31
  )
32
 
33
  demo.launch()
 
27
  examples=["Prime factorization of 68"],
28
  title="Agent with MCP Tools",
29
  description="This is a simple agent that uses MCP tools to answer questions.",
30
+ theme = My_theme,
31
  )
32
 
33
  demo.launch()