Spaces:
Sleeping
Sleeping
Use default Gradio theme in leaderboard_space/app.py
Browse files
yourbench_space/leaderboard_space/app.py
CHANGED
@@ -6,7 +6,6 @@ import gradio as gr
|
|
6 |
|
7 |
with gr.Blocks(
|
8 |
title="YourBench Leaderboard",
|
9 |
-
theme=gr.themes.Soft(),
|
10 |
css="button { margin: 0 10px; padding: 5px 15px; }",
|
11 |
) as demo:
|
12 |
# DISPLAY TABLE AND ANALYSIS
|
|
|
6 |
|
7 |
with gr.Blocks(
|
8 |
title="YourBench Leaderboard",
|
|
|
9 |
css="button { margin: 0 10px; padding: 5px 15px; }",
|
10 |
) as demo:
|
11 |
# DISPLAY TABLE AND ANALYSIS
|