Update app.py
Browse files
app.py
CHANGED
|
@@ -836,12 +836,6 @@ app.layout = html.Div([
|
|
| 836 |
html.Li("Scty: Higher = Progressive values, Lower = Traditional values")
|
| 837 |
], style={'marginTop': '0px', 'marginBottom': '16px'}),
|
| 838 |
|
| 839 |
-
html.P([
|
| 840 |
-
"For the 12 political axes, the percentage shown is how much the model aligns with the trait on the ",
|
| 841 |
-
html.U("left side of the hyphen"),
|
| 842 |
-
"."
|
| 843 |
-
]),
|
| 844 |
-
|
| 845 |
html.Br(),
|
| 846 |
|
| 847 |
html.P("All local models are tested using Q6_K.gguf quants.")
|
|
|
|
| 836 |
html.Li("Scty: Higher = Progressive values, Lower = Traditional values")
|
| 837 |
], style={'marginTop': '0px', 'marginBottom': '16px'}),
|
| 838 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 839 |
html.Br(),
|
| 840 |
|
| 841 |
html.P("All local models are tested using Q6_K.gguf quants.")
|