Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +121,7 @@ with gr.Blocks() as b:
|
|
121 |
with gr.Column(scale=1):
|
122 |
with gr.Row():
|
123 |
gr.Markdown("**Blablabla**")
|
|
|
124 |
gr.Radio(label="Speed", choices = speeds, value = "schnell")
|
125 |
|
126 |
with gr.Accordion("Control", open=False):
|
|
|
121 |
with gr.Column(scale=1):
|
122 |
with gr.Row():
|
123 |
gr.Markdown("**Blablabla**")
|
124 |
+
with gr.Row():
|
125 |
gr.Radio(label="Speed", choices = speeds, value = "schnell")
|
126 |
|
127 |
with gr.Accordion("Control", open=False):
|