Jerrycool commited on
Commit
ea79b7d
Β·
verified Β·
1 Parent(s): 9e69318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.5rem !important; /* <<< INCREASED from 1.2rem */
393
  font-weight: 600;
394
  color: #2a6099;
395
- padding-bottom: 8px;
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,