gdscfptu commited on
Commit
e83cec6
1 Parent(s): 3a63794

Update views/config.py

Browse files
Files changed (1) hide show
  1. views/config.py +1 -1
views/config.py CHANGED
@@ -9,7 +9,7 @@ def config_interface():
9
  gr.Markdown("### Forwarding Endpoint")
10
  radio_btn = gr.Radio(choices=FW_RADIO_CHOICES, value=FW_DEFAULT_OPTION,
11
  label="Select Forwarding Option")
12
- fw_list = gr.Label(value=fetch_fw_options(), # TODO change to function
13
  label="Current Endpoints", every=2)
14
  with gr.Column():
15
  input_box = gr.Textbox(label="Forwarding Endpoint",
 
9
  gr.Markdown("### Forwarding Endpoint")
10
  radio_btn = gr.Radio(choices=FW_RADIO_CHOICES, value=FW_DEFAULT_OPTION,
11
  label="Select Forwarding Option")
12
+ fw_list = gr.Label(value=fetch_fw_options,
13
  label="Current Endpoints", every=2)
14
  with gr.Column():
15
  input_box = gr.Textbox(label="Forwarding Endpoint",