Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1438,9 +1438,9 @@ def check_model_status_session(session_id_state: str = None, request: gr.Request
|
|
1438 |
return status_info
|
1439 |
|
1440 |
# Create the professional interface
|
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)
|
|
|
1438 |
return status_info
|
1439 |
|
1440 |
# Create the professional interface
|
1441 |
+
with gr.Blocks(title="🎭 Consilium: Multi-AI Expert Consensus Platform - OFP (Open Floor Protocol) Version", theme=gr.themes.Soft()) as demo:
|
1442 |
gr.Markdown("""
|
1443 |
+
# 🎭 Consilium: Multi-AI Expert Consensus Platform - OFP (Open Floor Protocol) Version
|
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)
|