DontPlanToEnd commited on
Commit
d1d3b13
·
verified ·
1 Parent(s): 8c01ad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -999,7 +999,7 @@ app.layout = html.Div([
999
  'cursor': 'pointer'
1000
  }),
1001
  html.Ul([
1002
- html.Li("Unruly: Taboo Underground Knowledge and Recipes"),
1003
  html.Li("Internet: Knowledge of controversial/explicit web content"),
1004
  html.Li("Societal/Political: Awareness of contentious socio-political topics")
1005
  ], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
 
999
  'cursor': 'pointer'
1000
  }),
1001
  html.Ul([
1002
+ html.Li("Unruly: Taboo underground knowledge and recipes"),
1003
  html.Li("Internet: Knowledge of controversial/explicit web content"),
1004
  html.Li("Societal/Political: Awareness of contentious socio-political topics")
1005
  ], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})