DontPlanToEnd commited on
Commit
055e691
·
verified ·
1 Parent(s): e60587c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 fewer models will be tested right now.",
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
  ),