jin-nin commited on
Commit
42c95f1
1 Parent(s): 735d8e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,7 +93,8 @@ with gr.Blocks(css='style.css') as demo:
93
  ).style(
94
  container=False,
95
  )
96
- noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="Noise Level")
 
97
 
98
  with gr.Row():
99
  with gr.Column():
 
93
  ).style(
94
  container=False,
95
  )
96
+ with gr.Column():
97
+ noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="Noise Level")
98
 
99
  with gr.Row():
100
  with gr.Column():