galb-dai commited on
Commit
a6c6e58
·
1 Parent(s): a11a0c5

Inverse order.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,7 +367,7 @@ with blocks:
367
  # Pill-style selector aligned to the top-right
368
  with gr.Row(elem_id="f1-tier-select-row"):
369
  tier_selector = gr.Radio(
370
- choices=list(TIER_TOTALS.keys()),
371
  value="Deeper Tier",
372
  label=None,
373
  show_label=False,
 
367
  # Pill-style selector aligned to the top-right
368
  with gr.Row(elem_id="f1-tier-select-row"):
369
  tier_selector = gr.Radio(
370
+ choices=list(reversed(list(TIER_TOTALS.keys()))),
371
  value="Deeper Tier",
372
  label=None,
373
  show_label=False,