Spaces:
Sleeping
Sleeping
Commit
·
fcafb9d
1
Parent(s):
73dadfd
update
Browse files
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
|
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
|
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
|