DontPlanToEnd commited on
Commit
2d85f4d
·
verified ·
1 Parent(s): 544aa0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -930,7 +930,7 @@ app.layout = html.Div([
930
  html.Ul([
931
  html.Li("Unruly: Taboo Underground Knowledge"),
932
  html.Li("Internet: Knowledge of controversial/explicit web content"),
933
- html.Li("Societal/Political: Awareness of contentious socio-political issues")
934
  ], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
935
  ], style={'marginBottom': '16px'}),
936
 
 
930
  html.Ul([
931
  html.Li("Unruly: Taboo Underground Knowledge"),
932
  html.Li("Internet: Knowledge of controversial/explicit web content"),
933
+ html.Li("Societal/Political: Awareness of contentious socio-political topics")
934
  ], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
935
  ], style={'marginBottom': '16px'}),
936