Update app.py
Browse files
app.py
CHANGED
|
@@ -1242,7 +1242,7 @@ app.layout = html.Div([
|
|
| 1242 |
html.Details([
|
| 1243 |
html.Summary("Political Metrics", style={'fontWeight': 'normal', 'fontSize': '1em', 'marginLeft': '20px', 'cursor': 'pointer'}),
|
| 1244 |
html.Ul([
|
| 1245 |
-
html.Li([html.Strong("Political Lean 📋:"), " Measures a model's political alignment based on its responses to the ", html.A("12axes", href="https://politicaltests.github.io/12axes/", target="_blank", style={'color': 'var(--link-color)'}), " test. The Political Lean metric uses a simplified version with the Assimilationist-Multiculturalist, Collectivize-Privatize, and Progressive-Traditional axes. The score ranges from -100% (Left) to 100% (Right)."]),
|
| 1246 |
html.Li([html.Strong("12axes Ideology:"), " The closest matching political ideology from the 12axes test."]),
|
| 1247 |
html.Li([html.Strong("Aggregate Scores:")]),
|
| 1248 |
html.Ul([
|
|
|
|
| 1242 |
html.Details([
|
| 1243 |
html.Summary("Political Metrics", style={'fontWeight': 'normal', 'fontSize': '1em', 'marginLeft': '20px', 'cursor': 'pointer'}),
|
| 1244 |
html.Ul([
|
| 1245 |
+
html.Li([html.Strong("Political Lean 📋:"), " Measures a model's political alignment based on its responses to the ", html.A("12axes", href="https://politicaltests.github.io/12axes/", target="_blank", style={'color': 'var(--link-color)'}), " test. The Political Lean metric uses a simplified version with the Assimilationist-Multiculturalist, Average(Collectivize-Privatize & Planned-LaissezFaire), and Progressive-Traditional axes. The score ranges from -100% (Left) to 100% (Right)."]),
|
| 1246 |
html.Li([html.Strong("12axes Ideology:"), " The closest matching political ideology from the 12axes test."]),
|
| 1247 |
html.Li([html.Strong("Aggregate Scores:")]),
|
| 1248 |
html.Ul([
|