Spaces:
Runtime error
Runtime error
Commit
·
14e85b9
1
Parent(s):
d9716e5
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,6 @@ with gr.Blocks(css="sauce.css") as control_app:
|
|
| 32 |
with gr.Column():
|
| 33 |
btn0 = gr.Button(f'{nets[0]}')
|
| 34 |
btn1 = gr.Button(f'{nets[1]}')
|
| 35 |
-
with gr.Column():
|
| 36 |
btn2 = gr.Button(f'{nets[2]}')
|
| 37 |
|
| 38 |
with gr.Accordion(label=f"{nets[0]}",visible=True) as a0:
|
|
|
|
| 32 |
with gr.Column():
|
| 33 |
btn0 = gr.Button(f'{nets[0]}')
|
| 34 |
btn1 = gr.Button(f'{nets[1]}')
|
|
|
|
| 35 |
btn2 = gr.Button(f'{nets[2]}')
|
| 36 |
|
| 37 |
with gr.Accordion(label=f"{nets[0]}",visible=True) as a0:
|