Update app.py
Browse files
app.py
CHANGED
@@ -879,7 +879,7 @@ app.layout = html.Div([
|
|
879 |
# Temporary Notice
|
880 |
html.Div(
|
881 |
html.P(
|
882 |
-
"*Currently working on adding new benchmarks to the leaderboard, so
|
883 |
style={'textAlign': 'center', 'color': 'red', 'fontSize': '0.9em'}
|
884 |
)
|
885 |
),
|
|
|
879 |
# Temporary Notice
|
880 |
html.Div(
|
881 |
html.P(
|
882 |
+
"*Currently working on adding new benchmarks to the leaderboard, so I will probably not test additional models until the new leaderboard is released.",
|
883 |
style={'textAlign': 'center', 'color': 'red', 'fontSize': '0.9em'}
|
884 |
)
|
885 |
),
|