DontPlanToEnd commited on
Commit
bb82c06
·
verified ·
1 Parent(s): e4305d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
 
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 an significant amount 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