Update app.py
Browse files
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
|
| 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 |
|