TheStinger commited on
Commit
3eeee30
1 Parent(s): befe227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,9 +18,9 @@ def main():
18
  )
19
 
20
  with gr.Row(elem_id=1):
21
- with gr.Column():
22
  audio_input = gr.Audio(type='filepath')
23
- create_spec_butt = gr.Button(value='Create Spectrogram And Get Info')
24
 
25
  with gr.Row(elem_id=2):
26
  output_markdown = gr.Markdown(value="", visible=True)
 
18
  )
19
 
20
  with gr.Row(elem_id=1):
21
+ with gr.Row():
22
  audio_input = gr.Audio(type='filepath')
23
+ create_spec_butt = gr.Button(value='Create Spectrogram And Get Info', variant='primary')
24
 
25
  with gr.Row(elem_id=2):
26
  output_markdown = gr.Markdown(value="", visible=True)