demo docker file
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user