Update app.py
Browse files
app.py
CHANGED
@@ -999,7 +999,7 @@ app.layout = html.Div([
|
|
999 |
'cursor': 'pointer'
|
1000 |
}),
|
1001 |
html.Ul([
|
1002 |
-
html.Li("Unruly: Taboo
|
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'})
|