Omnibus commited on
Commit
842bf1d
·
1 Parent(s): 9fde426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box(visible=False) as valida:
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():