Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -352,7 +352,7 @@ with gr.Blocks(css=css) as build:
|
|
352 |
sure_check=gr.Textbox(visible=False,value="")
|
353 |
|
354 |
def ru_sure_fn():
|
355 |
-
return gr.update(
|
356 |
|
357 |
def update_checked_message(inp):
|
358 |
html=""
|
|
|
352 |
sure_check=gr.Textbox(visible=False,value="")
|
353 |
|
354 |
def ru_sure_fn():
|
355 |
+
return gr.update(visible=True)
|
356 |
|
357 |
def update_checked_message(inp):
|
358 |
html=""
|