Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Change default.
Browse files
app.py
CHANGED
@@ -341,7 +341,7 @@ with blocks:
|
|
341 |
with gr.Row(elem_id="f1-tier-select-row"):
|
342 |
tier_selector = gr.Radio(
|
343 |
choices=list(TIER_TOTALS.keys()),
|
344 |
-
value="
|
345 |
label=None,
|
346 |
show_label=False,
|
347 |
elem_id="f1-tier-select",
|
|
|
341 |
with gr.Row(elem_id="f1-tier-select-row"):
|
342 |
tier_selector = gr.Radio(
|
343 |
choices=list(TIER_TOTALS.keys()),
|
344 |
+
value="Tier 1",
|
345 |
label=None,
|
346 |
show_label=False,
|
347 |
elem_id="f1-tier-select",
|