Spaces:
Sleeping
Sleeping
change m to M
Browse files
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 =
|
| 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()
|