Update app.py
Browse files
app.py
CHANGED
|
@@ -1190,8 +1190,11 @@ app.layout = html.Div([
|
|
| 1190 |
html.Li([html.Strong("W/10-Adherence:"), " Measures if a model deviates from instructions, which can be a form of refusal or a lack of instruction following capabilities."]),
|
| 1191 |
], style={'listStyleType': 'circle', 'marginLeft': '20px'}),
|
| 1192 |
], style={'marginTop': '5px', 'marginLeft': '40px'}),
|
| 1193 |
-
html.Li(["A model with a high UGI, but low W/10 for example may be able to help provide you with loads of accurate information or statistics on sensitive topics, but will see it as educational and will refuse to form the information into something against its values."])
|
| 1194 |
], open=True),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1195 |
|
| 1196 |
# --- Intelligence Section ---
|
| 1197 |
html.P([html.Strong("NatInt 💡"), ": Natural Intelligence"], style={'marginTop': '20px', 'fontSize': '1.2em'}),
|
|
|
|
| 1190 |
html.Li([html.Strong("W/10-Adherence:"), " Measures if a model deviates from instructions, which can be a form of refusal or a lack of instruction following capabilities."]),
|
| 1191 |
], style={'listStyleType': 'circle', 'marginLeft': '20px'}),
|
| 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 or statistics 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 |
|
| 1199 |
# --- Intelligence Section ---
|
| 1200 |
html.P([html.Strong("NatInt 💡"), ": Natural Intelligence"], style={'marginTop': '20px', 'fontSize': '1.2em'}),
|