Update app.py
Browse files
app.py
CHANGED
|
@@ -876,6 +876,14 @@ app.layout = html.Div([
|
|
| 876 |
], style={'float': 'right'})
|
| 877 |
], style={'overflow': 'hidden', 'marginBottom': '20px', 'padding': '0 20px'}),
|
| 878 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 879 |
# Title
|
| 880 |
html.Div([
|
| 881 |
html.H1("📢 UGI Leaderboard",
|
|
|
|
| 876 |
], style={'float': 'right'})
|
| 877 |
], style={'overflow': 'hidden', 'marginBottom': '20px', 'padding': '0 20px'}),
|
| 878 |
|
| 879 |
+
# Temporary Notice
|
| 880 |
+
html.Div(
|
| 881 |
+
html.P(
|
| 882 |
+
"*Currently working on adding new benchmarks to the leaderboard, so fewer models will be tested right now.",
|
| 883 |
+
style={'textAlign': 'center', 'color': 'red', 'fontSize': '0.9em'}
|
| 884 |
+
)
|
| 885 |
+
),
|
| 886 |
+
|
| 887 |
# Title
|
| 888 |
html.Div([
|
| 889 |
html.H1("📢 UGI Leaderboard",
|