Update app.py
Browse files
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).
|