DontPlanToEnd commited on
Commit
bbd333e
·
verified ·
1 Parent(s): fbb019f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -875,6 +875,14 @@ app.layout = html.Div([
875
  )
876
  ], style={'float': 'right'})
877
  ], style={'overflow': 'hidden', 'marginBottom': '20px', 'padding': '0 20px'}),
 
 
 
 
 
 
 
 
878
 
879
  # Title
880
  html.Div([
@@ -1058,7 +1066,7 @@ app.layout = html.Div([
1058
  target="_blank",
1059
  style={'color': 'var(--link-color)'}
1060
  ),
1061
- " test most aligned with modern left vs right issues. To see all of the axis scores, select the option above the leaderboard to show all Political Test Axes. The political lean aggregate score 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."
1062
  ], style={'marginBottom': '4px'}),
1063
  html.Ul([
1064
  html.Li("NA if model wasn't capable of answering a sufficient number of questions.")
 
875
  )
876
  ], style={'float': 'right'})
877
  ], style={'overflow': 'hidden', 'marginBottom': '20px', 'padding': '0 20px'}),
878
+
879
+ # Temporary Notice
880
+ html.Div([
881
+ html.I(
882
+ "*Political Lean has been changed from using 9 of the 12 12axes metrics to 3 - Collectivize-Privatize, Planned-LaissezFaire, 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([
 
1066
  target="_blank",
1067
  style={'color': 'var(--link-color)'}
1068
  ),
1069
+ " test most aligned with modern left vs right issues. To see all of the axis scores, select the option above the leaderboard to show all Political Test Axes. The political lean aggregate score focuses solely on Collectivize-Privatize, Planned-LaissezFaire, and Progressive-Traditional."
1070
  ], style={'marginBottom': '4px'}),
1071
  html.Ul([
1072
  html.Li("NA if model wasn't capable of answering a sufficient number of questions.")