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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -878,7 +878,7 @@ app.layout = html.Div([
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
  )
 
878
 
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 - 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
  )