FlameF0X commited on
Commit
de1de04
·
verified ·
1 Parent(s): 9f61929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="LiquidAI Tree of Thoughts (ToT) Orchestrator"
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