DontPlanToEnd commited on
Commit
8f4157c
·
verified ·
1 Parent(s): c17ae66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -909,7 +909,7 @@ app.layout = html.Div([
909
  }),
910
  html.Ul([
911
  html.Li("Direct: Measures if the model directly refuses to respond to certain prompts"),
912
- html.Li("Adherence: Some models might not explicitly refuse to do something, though will still deviate from the instructions as a way to get out of doing it, or simply due to lack of instruction following capabilities")
913
  ], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
914
  ], style={'marginBottom': '16px'}),
915
 
 
909
  }),
910
  html.Ul([
911
  html.Li("Direct: Measures if the model directly refuses to respond to certain prompts"),
912
+ html.Li("Adherence: Some models might not explicitly refuse to do something, though will still deviate from the instructions as a way of getting out of doing it, or simply due to lack of instruction following capabilities")
913
  ], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
914
  ], style={'marginBottom': '16px'}),
915