Update app.py
Browse files
app.py
CHANGED
|
@@ -875,14 +875,6 @@ app.layout = html.Div([
|
|
| 875 |
)
|
| 876 |
], style={'float': 'right'})
|
| 877 |
], style={'overflow': 'hidden', 'marginBottom': '20px', 'padding': '0 20px'}),
|
| 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 - Assimilationist-Multiculturalist, Collectivize-Privatize, 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 |
-
)
|
| 885 |
-
], style={'textAlign': 'center', 'marginBottom': '20px', 'padding': '0 20px'}),
|
| 886 |
|
| 887 |
# Title
|
| 888 |
html.Div([
|
|
|
|
| 875 |
)
|
| 876 |
], style={'float': 'right'})
|
| 877 |
], style={'overflow': 'hidden', 'marginBottom': '20px', 'padding': '0 20px'}),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 878 |
|
| 879 |
# Title
|
| 880 |
html.Div([
|