Update app.py
Browse files
app.py
CHANGED
|
@@ -1192,7 +1192,7 @@ app.layout = html.Div([
|
|
| 1192 |
], style={'marginTop': '5px', 'marginLeft': '40px'}),
|
| 1193 |
], open=True),
|
| 1194 |
html.P(
|
| 1195 |
-
"A model with a high UGI, but low W/10 for example may be able to help provide you with loads of accurate information
|
| 1196 |
style={'marginLeft': '20px', 'marginTop': '10px'}
|
| 1197 |
),
|
| 1198 |
|
|
|
|
| 1192 |
], style={'marginTop': '5px', 'marginLeft': '40px'}),
|
| 1193 |
], open=True),
|
| 1194 |
html.P(
|
| 1195 |
+
"A model with a high UGI, but low W/10 for example may be able to help provide you with loads of accurate information on sensitive topics, but will see it as educational and will refuse to form the information into something against its values.",
|
| 1196 |
style={'marginLeft': '20px', 'marginTop': '10px'}
|
| 1197 |
),
|
| 1198 |
|