Update app.py
Browse files
app.py
CHANGED
|
@@ -1753,7 +1753,7 @@ def create_enhanced_ui():
|
|
| 1753 |
value={}
|
| 1754 |
)
|
| 1755 |
|
| 1756 |
-
|
| 1757 |
gr.Markdown("""
|
| 1758 |
**Claude Opus 4.5 Executive Summary:**
|
| 1759 |
- 📋 Incident synthesis from all agents
|
|
|
|
| 1753 |
value={}
|
| 1754 |
)
|
| 1755 |
|
| 1756 |
+
with gr.Accordion("🤖 Claude AI Synthesis", open=True):
|
| 1757 |
gr.Markdown("""
|
| 1758 |
**Claude Opus 4.5 Executive Summary:**
|
| 1759 |
- 📋 Incident synthesis from all agents
|