audrey06100 commited on
Commit
fcafb9d
·
1 Parent(s): 73dadfd
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -419,7 +419,7 @@ with gr.Blocks() as demo:
419
  next_btn : gr.Button(visible=False),
420
  out_json_file : gr.File(filename, visible=True)}
421
 
422
- # step1 to step2 (matched_num<30, and there're still some unmatched in_channels)
423
  elif in_num > matched_num:
424
  md = """
425
  ### Step2: Forwarding Unmatched Channels
@@ -453,7 +453,7 @@ with gr.Blocks() as demo:
453
  step2_btn : gr.Button(visible=True),
454
  next_btn : gr.Button(visible=False)}
455
 
456
- # step1 to step3-1 (in_num<30, but all of them can match to some tpl_channels)
457
  elif in_num == matched_num:
458
  md = """
459
  ### Step3: Filling Remaining Template Channels
 
419
  next_btn : gr.Button(visible=False),
420
  out_json_file : gr.File(filename, visible=True)}
421
 
422
+ # step1 to step2
423
  elif in_num > matched_num:
424
  md = """
425
  ### Step2: Forwarding Unmatched Channels
 
453
  step2_btn : gr.Button(visible=True),
454
  next_btn : gr.Button(visible=False)}
455
 
456
+ # step1 to step3-1
457
  elif in_num == matched_num:
458
  md = """
459
  ### Step3: Filling Remaining Template Channels