Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -389,10 +389,10 @@ radio_css = """
|
|
| 389 |
|
| 390 |
/* Style for the main label ("Select Category:") */
|
| 391 |
.gradio-radio > label span { /* This targets the "Select Category:" part */
|
| 392 |
-
font-size: 1.
|
| 393 |
font-weight: 600;
|
| 394 |
color: #2a6099;
|
| 395 |
-
padding-bottom:
|
| 396 |
display: inline-block;
|
| 397 |
}
|
| 398 |
|
|
@@ -476,7 +476,7 @@ with demo:
|
|
| 476 |
with gr.TabItem("🏅 MLE-Dojo Benchmark", id=0):
|
| 477 |
with gr.Column():
|
| 478 |
# --- This is the title you mentioned. "虚拟" is not present here. ---
|
| 479 |
-
gr.Markdown("## Model Elo Rankings by Category", elem_classes="markdown-text")
|
| 480 |
|
| 481 |
category_selector = gr.Radio(
|
| 482 |
choices=CATEGORIES,
|
|
|
|
| 389 |
|
| 390 |
/* Style for the main label ("Select Category:") */
|
| 391 |
.gradio-radio > label span { /* This targets the "Select Category:" part */
|
| 392 |
+
font-size: 1.6rem !important; /* <<< INCREASED from 1.2rem */
|
| 393 |
font-weight: 600;
|
| 394 |
color: #2a6099;
|
| 395 |
+
padding-bottom: 10px;
|
| 396 |
display: inline-block;
|
| 397 |
}
|
| 398 |
|
|
|
|
| 476 |
with gr.TabItem("🏅 MLE-Dojo Benchmark", id=0):
|
| 477 |
with gr.Column():
|
| 478 |
# --- This is the title you mentioned. "虚拟" is not present here. ---
|
| 479 |
+
# gr.Markdown("## Model Elo Rankings by Category", elem_classes="markdown-text")
|
| 480 |
|
| 481 |
category_selector = gr.Radio(
|
| 482 |
choices=CATEGORIES,
|