audrey06100 commited on
Commit
2296fd1
·
1 Parent(s): be921ab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -490,7 +490,7 @@ with gr.Blocks() as demo:
490
  channel_info["inputDict"][selected_radio]["assigned"] = True
491
  #print(prev_target_name, '<-', selected_radio)
492
 
493
- # -------------------------------update the next step-------------------------------
494
  # exclude the selected in_channel of the previous round
495
  stage1_info["unassignedInputs"] = app_utils.get_unassigned_inputs(channel_info["inputOrder"],
496
  channel_info["inputDict"])
 
490
  channel_info["inputDict"][selected_radio]["assigned"] = True
491
  #print(prev_target_name, '<-', selected_radio)
492
 
493
+ # --------------------------------update information--------------------------------
494
  # exclude the selected in_channel of the previous round
495
  stage1_info["unassignedInputs"] = app_utils.get_unassigned_inputs(channel_info["inputOrder"],
496
  channel_info["inputDict"])