Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Inverse order.
Browse files
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,
|