Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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>π
|
| 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:
|