Update app.py
Browse files
app.py
CHANGED
@@ -878,7 +878,7 @@ app.layout = html.Div([
|
|
878 |
|
879 |
# Temporary Notice
|
880 |
html.Div([
|
881 |
-
html.
|
882 |
"*Political Lean has been changed from using 9 of the 12 12axes metrics to 3 - Collectivize-Privatize, Planned-LaissezFaire, and Progressive-Traditional. All 12 are still available when clicking Political Test Axes next to Show Additional Columns.",
|
883 |
style={'color': 'red', 'fontSize': 'small'}
|
884 |
)
|
|
|
878 |
|
879 |
# Temporary Notice
|
880 |
html.Div([
|
881 |
+
html.Span(
|
882 |
"*Political Lean has been changed from using 9 of the 12 12axes metrics to 3 - Collectivize-Privatize, Planned-LaissezFaire, and Progressive-Traditional. All 12 are still available when clicking Political Test Axes next to Show Additional Columns.",
|
883 |
style={'color': 'red', 'fontSize': 'small'}
|
884 |
)
|