Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
313 |
-
with gr.
|
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")
|