Spaces:
Runtime error
Runtime error
| def kpis(): | |
| return { | |
| "throughput": {"value": "59% YoY", "delta": "Top quartile dominates"}, | |
| "success": {"value": "70.8%", "delta": "-10.2% from benchmark"}, | |
| "recovery": {"value": "72 min", "delta": "-13% YoY"} | |
| } | |
| def chart_data(): | |
| return { | |
| "categories": ["Main Branch", "Recovery"], | |
| "web460": [4, 0], | |
| "recovery_time": [2, 1] | |
| } | |