Update app.py
Browse files
app.py
CHANGED
@@ -870,7 +870,7 @@ app.layout = html.Div([
|
|
870 |
target="_blank",
|
871 |
style={'color': 'var(--link-color)'}
|
872 |
),
|
873 |
-
" 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
|
874 |
], style={'marginBottom': '4px'}),
|
875 |
html.Ul([
|
876 |
html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
|
|
|
870 |
target="_blank",
|
871 |
style={'color': 'var(--link-color)'}
|
872 |
),
|
873 |
+
" 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 vs. right wing."
|
874 |
], style={'marginBottom': '4px'}),
|
875 |
html.Ul([
|
876 |
html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
|