Enderchef commited on
Commit
678a72a
Β·
verified Β·
1 Parent(s): 566e353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -469,7 +469,7 @@ custom_css = """
469
  """
470
 
471
  with gr.Blocks(theme=gr.themes.Base(), css=custom_css) as demo:
472
- gr.Markdown("<h1>πŸ† Open LLM Evaluator</h1>")
473
  gr.Markdown("<p class='subtitle'>Benchmark leading models on MMLU. Your results contribute to a live leaderboard. Select a benchmark and run an evaluation, or view the current standings.</p>")
474
 
475
  with gr.Tabs() as tabs:
 
469
  """
470
 
471
  with gr.Blocks(theme=gr.themes.Base(), css=custom_css) as demo:
472
+ gr.Markdown("<h1>πŸ† SuperBench Eval: Evaluate models and view leaderboards πŸ†</h1>")
473
  gr.Markdown("<p class='subtitle'>Benchmark leading models on MMLU. Your results contribute to a live leaderboard. Select a benchmark and run an evaluation, or view the current standings.</p>")
474
 
475
  with gr.Tabs() as tabs: