Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,7 @@ demo = gr.Interface(
|
|
| 182 |
gr.Slider(2, 4, value=3, step=1, label="Max Depth")
|
| 183 |
],
|
| 184 |
outputs="text",
|
| 185 |
-
title="
|
| 186 |
)
|
| 187 |
|
| 188 |
# Launch with MCP enabled
|
|
|
|
| 182 |
gr.Slider(2, 4, value=3, step=1, label="Max Depth")
|
| 183 |
],
|
| 184 |
outputs="text",
|
| 185 |
+
title="DeepThoughTree --- Tree of Thoughts (ToT) Orchestrator"
|
| 186 |
)
|
| 187 |
|
| 188 |
# Launch with MCP enabled
|