petter2025 commited on
Commit
5dbe9c3
·
verified ·
1 Parent(s): de7deae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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="🧠 Enterprise Agentic Reliability Framework", theme="soft") as demo:
1676
  gr.Markdown("""
1677
- # 🧠 Enterprise 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
- 🔒 **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():