Update app.py
Browse files
app.py
CHANGED
@@ -879,7 +879,7 @@ app.layout = html.Div([
|
|
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 -
|
883 |
style={'color': 'red', 'fontSize': 'small'}
|
884 |
)
|
885 |
], style={'textAlign': 'center', 'marginBottom': '20px', 'padding': '0 20px'}),
|
@@ -1066,7 +1066,7 @@ app.layout = html.Div([
|
|
1066 |
target="_blank",
|
1067 |
style={'color': 'var(--link-color)'}
|
1068 |
),
|
1069 |
-
" test most aligned with modern left vs right issues -
|
1070 |
], style={'marginBottom': '4px'}),
|
1071 |
html.Ul([
|
1072 |
html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
|
|
|
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'}),
|
|
|
1066 |
target="_blank",
|
1067 |
style={'color': 'var(--link-color)'}
|
1068 |
),
|
1069 |
+
" test most aligned with modern left vs right issues - Assimilationist-Multiculturalist, Collectivize-Privatize, and Progressive-Traditional. To see all of the axis scores, select the option above the leaderboard to show all Political Test Axes."
|
1070 |
], style={'marginBottom': '4px'}),
|
1071 |
html.Ul([
|
1072 |
html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
|