Spaces:
Paused
Paused
Update dl.py
Browse files
dl.py
CHANGED
|
@@ -111,10 +111,10 @@ def checkp(p):
|
|
| 111 |
elif p != o:
|
| 112 |
return None, None
|
| 113 |
with gr.Blocks() as build:
|
| 114 |
-
with gr.Row(visible=
|
| 115 |
pass_box=gr.Textbox()
|
| 116 |
pass_btn=gr.Button()
|
| 117 |
-
with gr.Box(visible=
|
| 118 |
with gr.Row():
|
| 119 |
gr.Column(scale=1)
|
| 120 |
with gr.Column(scale=3):
|
|
|
|
| 111 |
elif p != o:
|
| 112 |
return None, None
|
| 113 |
with gr.Blocks() as build:
|
| 114 |
+
with gr.Row(visible=False) as no:
|
| 115 |
pass_box=gr.Textbox()
|
| 116 |
pass_btn=gr.Button()
|
| 117 |
+
with gr.Box(visible=True) as yes:
|
| 118 |
with gr.Row():
|
| 119 |
gr.Column(scale=1)
|
| 120 |
with gr.Column(scale=3):
|