Omnibus commited on
Commit
d9e6d35
·
verified ·
1 Parent(s): d7d4ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -309,8 +309,8 @@ with gr.Blocks(css=css) as build:
309
  with gr.Row(visible=False) as no:
310
  pass_box=gr.Textbox()
311
  pass_btn=gr.Button()
312
- with gr.Box(visible=True) as yes:
313
- with gr.Box():
314
  with gr.Row():
315
  with gr.Column(scale=2):
316
  r_name = gr.Textbox(label="Repo")
 
309
  with gr.Row(visible=False) as no:
310
  pass_box=gr.Textbox()
311
  pass_btn=gr.Button()
312
+ with gr.Group(visible=True) as yes:
313
+ with gr.Group():
314
  with gr.Row():
315
  with gr.Column(scale=2):
316
  r_name = gr.Textbox(label="Repo")