demo docker file

This commit is contained in:
2026-02-17 11:32:25 +00:00
parent 2f75efa964
commit 09be4c2472
7 changed files with 588 additions and 0 deletions
+13
View File
@@ -18,6 +18,19 @@ def make_header():
],
),
# Demo banner
html.Div(
"SYNTHETIC DATA FOR DEMONSTRATION",
style={
"color": "#e53e3e",
"fontWeight": "bold",
"fontSize": "0.85rem",
"letterSpacing": "0.05em",
"textAlign": "center",
"whiteSpace": "nowrap",
},
),
# Center: 3 fraction KPIs (filtered / total)
html.Div(
className="top-header__kpis",