gdscfptu commited on
Commit
56608b7
1 Parent(s): 63f6e61

Lock select fw option

Browse files
Files changed (1) hide show
  1. views/config.py +1 -1
views/config.py CHANGED
@@ -7,7 +7,7 @@ from utilities.constants import FW_RADIO_CHOICES
7
  def config_interface():
8
  with gr.Blocks() as ui:
9
  gr.Markdown("### Forwarding Endpoint")
10
- radio_btn = gr.Radio(choices=FW_RADIO_CHOICES,
11
  label="Select Forwarding Option")
12
  fw_list = gr.Label(value=fetch_fw_options,
13
  label="Current Endpoints", every=2)
 
7
  def config_interface():
8
  with gr.Blocks() as ui:
9
  gr.Markdown("### Forwarding Endpoint")
10
+ radio_btn = gr.Radio(choices=FW_RADIO_CHOICES, value="auto",
11
  label="Select Forwarding Option")
12
  fw_list = gr.Label(value=fetch_fw_options,
13
  label="Current Endpoints", every=2)