azettl commited on
Commit
9080454
Β·
verified Β·
1 Parent(s): dd268a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -1441,13 +1441,12 @@ def check_model_status_session(session_id_state: str = None, request: gr.Request
1441
  with gr.Blocks(title="🎭 Consilium: Multi-AI Expert Consensus Platform", theme=gr.themes.Soft()) as demo:
1442
  gr.Markdown("""
1443
  # 🎭 Consilium: Multi-AI Expert Consensus Platform
 
1444
 
1445
- πŸ† **Gradio Agents and MCP Hackathon 2025** submission with [custom Gradio component](https://huggingface.co/spaces/Agents-MCP-Hackathon/gradio_consilium_roundtable).
1446
 
1447
- πŸ“Ό **Demo Videos:** [UI Demo](https://youtu.be/ciYLqI-Nawc) | [MCP Demo](https://youtu.be/r92vFUXNg74)
1448
 
1449
-
1450
- ## Features:
1451
 
1452
  * Visual roundtable of the AI models, including speech bubbles to see the discussion in real time.
1453
  * MCP mode enabled to also use it directly in, for example, Claude Desktop (without the visual table).
 
1441
  with gr.Blocks(title="🎭 Consilium: Multi-AI Expert Consensus Platform", theme=gr.themes.Soft()) as demo:
1442
  gr.Markdown("""
1443
  # 🎭 Consilium: Multi-AI Expert Consensus Platform
1444
+ **Watch expert AI models collaborate with live research to solve your most complex decisions**
1445
 
1446
+ πŸ† **Gradio Agents and MCP Hackathon 2025** submission with [custom Gradio component](https://huggingface.co/spaces/Agents-MCP-Hackathon/gradio_consilium_roundtable). πŸ“Ό **Demo Videos:** [UI Demo](https://youtu.be/ciYLqI-Nawc) | [MCP Demo](https://youtu.be/r92vFUXNg74)
1447
 
 
1448
 
1449
+ ### πŸš€ Features:
 
1450
 
1451
  * Visual roundtable of the AI models, including speech bubbles to see the discussion in real time.
1452
  * MCP mode enabled to also use it directly in, for example, Claude Desktop (without the visual table).