Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -229,7 +229,7 @@ def checkp(p):
|
|
229 |
return gr.update(visible=False), gr.update(visible=True)
|
230 |
elif p != o:
|
231 |
return None, None
|
232 |
-
with gr.Blocks() as build:
|
233 |
with gr.Row(visible=False) as no:
|
234 |
pass_box=gr.Textbox()
|
235 |
pass_btn=gr.Button()
|
|
|
229 |
return gr.update(visible=False), gr.update(visible=True)
|
230 |
elif p != o:
|
231 |
return None, None
|
232 |
+
with gr.Blocks(css=css) as build:
|
233 |
with gr.Row(visible=False) as no:
|
234 |
pass_box=gr.Textbox()
|
235 |
pass_btn=gr.Button()
|