Update app.py
Browse files
app.py
CHANGED
|
@@ -1805,9 +1805,14 @@ def create_enhanced_ui():
|
|
| 1805 |
gr.Markdown("""
|
| 1806 |
# 🧠 Agentic Reliability Framework
|
| 1807 |
**Multi-Agent AI System for Production Reliability**
|
| 1808 |
-
|
| 1809 |
_Specialized AI agents working together to detect, diagnose, predict, and heal system issues_
|
| 1810 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1811 |
""")
|
| 1812 |
|
| 1813 |
# === ROI DASHBOARD ===
|
|
|
|
| 1805 |
gr.Markdown("""
|
| 1806 |
# 🧠 Agentic Reliability Framework
|
| 1807 |
**Multi-Agent AI System for Production Reliability**
|
| 1808 |
+
|
| 1809 |
_Specialized AI agents working together to detect, diagnose, predict, and heal system issues_
|
| 1810 |
+
|
| 1811 |
+
---
|
| 1812 |
+
|
| 1813 |
+
💬 **[Join our Community](https://github.com/petterjuan/agentic-reliability-framework/discussions)** - Ask questions, share feedback, report issues
|
| 1814 |
+
|
| 1815 |
+
📚 [Documentation](https://github.com/petterjuan/agentic-reliability-framework) | 🌟 [Star on GitHub](https://github.com/petterjuan/agentic-reliability-framework)
|
| 1816 |
""")
|
| 1817 |
|
| 1818 |
# === ROI DASHBOARD ===
|