Update app.py
Browse files
app.py
CHANGED
@@ -821,7 +821,7 @@ app.layout = html.Div([
|
|
821 |
target="_blank",
|
822 |
style={'color': 'var(--link-color)'}
|
823 |
),
|
824 |
-
" test most aligned with modern left vs right issues. Excludes Federal vs Unitary, Democratic vs. Autocratic, and Militarist vs. Pacifist from the score since they don't line up as well with left-right wing, as both wings have
|
825 |
], style={'marginBottom': '4px'}),
|
826 |
html.Ul([
|
827 |
html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
|
|
|
821 |
target="_blank",
|
822 |
style={'color': 'var(--link-color)'}
|
823 |
),
|
824 |
+
" test most aligned with modern left vs right issues. Excludes Federal vs Unitary, Democratic vs. Autocratic, and Militarist vs. Pacifist from the score since they don't line up as well with left-right wing, as both wings have been known to support each side of the axes depending on the circumstances."
|
825 |
], style={'marginBottom': '4px'}),
|
826 |
html.Ul([
|
827 |
html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
|