Update app.py
Browse files
app.py
CHANGED
|
@@ -1672,14 +1672,13 @@ def create_enhanced_ui():
|
|
| 1672 |
FIXED: Rate limiting on all endpoints
|
| 1673 |
"""
|
| 1674 |
|
| 1675 |
-
with gr.Blocks(title="🧠
|
| 1676 |
gr.Markdown("""
|
| 1677 |
-
# 🧠
|
| 1678 |
**Multi-Agent AI System for Production Reliability**
|
| 1679 |
|
| 1680 |
*Specialized AI agents working together to detect, diagnose, predict, and heal system issues*
|
| 1681 |
|
| 1682 |
-
🔒 **Security Patched** | ⚡ **Performance Optimized** | 🧪 **Production Ready**
|
| 1683 |
""")
|
| 1684 |
|
| 1685 |
with gr.Row():
|
|
|
|
| 1672 |
FIXED: Rate limiting on all endpoints
|
| 1673 |
"""
|
| 1674 |
|
| 1675 |
+
with gr.Blocks(title="🧠 Agentic Reliability Framework", theme="soft") as demo:
|
| 1676 |
gr.Markdown("""
|
| 1677 |
+
# 🧠 Agentic Reliability Framework
|
| 1678 |
**Multi-Agent AI System for Production Reliability**
|
| 1679 |
|
| 1680 |
*Specialized AI agents working together to detect, diagnose, predict, and heal system issues*
|
| 1681 |
|
|
|
|
| 1682 |
""")
|
| 1683 |
|
| 1684 |
with gr.Row():
|