Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as app:
|
|
17 |
pass_box = gr.Textbox()
|
18 |
pass_btn = gr.Button()
|
19 |
|
20 |
-
with gr.
|
21 |
gr.Column()
|
22 |
with gr.Column():
|
23 |
with gr.Row():
|
|
|
17 |
pass_box = gr.Textbox()
|
18 |
pass_btn = gr.Button()
|
19 |
|
20 |
+
with gr.Group(visible=False) as valida:
|
21 |
gr.Column()
|
22 |
with gr.Column():
|
23 |
with gr.Row():
|