mirari commited on
Commit
0c7f668
·
verified ·
1 Parent(s): f215841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with block:
49
  label="Transcription",
50
  placeholder="Transcription Output",
51
  lines=5)
52
- with gr.Row().style(mobile_collapse=False, equal_height=True):
53
  btn = gr.Button("Transcribe")
54
 
55
 
 
49
  label="Transcription",
50
  placeholder="Transcription Output",
51
  lines=5)
52
+ with gr.Row():
53
  btn = gr.Button("Transcribe")
54
 
55