mbarnig commited on
Commit
30deb1f
·
verified ·
1 Parent(s): 864e001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):