Update app.py
Browse files
app.py
CHANGED
|
@@ -1042,16 +1042,6 @@ app.layout = html.Div([
|
|
| 1042 |
|
| 1043 |
html.H1("📢 UGI Leaderboard", className="page-title", style={'fontSize': '38px'}),
|
| 1044 |
html.H2("Uncensored General Intelligence", className="page-subtitle"),
|
| 1045 |
-
html.Div(
|
| 1046 |
-
"* (2/21/2026) The UGI score has been adjusted to value W/10 slightly more",
|
| 1047 |
-
style={
|
| 1048 |
-
'textAlign': 'center',
|
| 1049 |
-
'color': '#f25c5c',
|
| 1050 |
-
'marginTop': '35px',
|
| 1051 |
-
'fontSize': '16px',
|
| 1052 |
-
'fontWeight': '500'
|
| 1053 |
-
}
|
| 1054 |
-
),
|
| 1055 |
|
| 1056 |
html.Div([
|
| 1057 |
"To filter columns, click the ", html.I(className="fas fa-search"), " icon. On mobile, hold the column name for the menu to appear."
|
|
|
|
| 1042 |
|
| 1043 |
html.H1("📢 UGI Leaderboard", className="page-title", style={'fontSize': '38px'}),
|
| 1044 |
html.H2("Uncensored General Intelligence", className="page-subtitle"),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1045 |
|
| 1046 |
html.Div([
|
| 1047 |
"To filter columns, click the ", html.I(className="fas fa-search"), " icon. On mobile, hold the column name for the menu to appear."
|