Spaces:
Runtime error
Runtime error
Dr. Richard Zinck
commited on
Commit
•
0c19be6
1
Parent(s):
d1f5a57
Only Two Areas
Browse files- bat_gui.py +1 -1
bat_gui.py
CHANGED
@@ -447,7 +447,7 @@ def species_lists(opened=True):
|
|
447 |
with gr.Accordion("Area selection", open=opened):
|
448 |
with gr.Row():
|
449 |
species_list_radio = gr.Radio(
|
450 |
-
[_AREA_ONE,
|
451 |
value="All regions",
|
452 |
label="Regions list",
|
453 |
info="List of all possible regions",
|
|
|
447 |
with gr.Accordion("Area selection", open=opened):
|
448 |
with gr.Row():
|
449 |
species_list_radio = gr.Radio(
|
450 |
+
[_AREA_ONE, _AREA_THREE],
|
451 |
value="All regions",
|
452 |
label="Regions list",
|
453 |
info="List of all possible regions",
|