Dr. Richard Zinck commited on
Commit
0c19be6
1 Parent(s): d1f5a57

Only Two Areas

Browse files
Files changed (1) hide show
  1. 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, _AREA_TWO, _AREA_THREE, _AREA_FOUR, _AREA_FIFE],
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",