manu commited on
Commit
43a76ff
·
1 Parent(s): d5ccb51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ with block:
210
 
211
  btn = gr.Button("Transcribe")
212
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
213
- with gr.Row().style(mobile_collapse=False, equal_height=True):
214
  passage_name = gr.Textbox(label="Challenge your friends with another Wikipedia article theme", placeholder="The pirate code")
215
  btn2 = gr.Button("Fetch another article")
216
  with gr.Group(elem_id="share-btn-container"):
 
210
 
211
  btn = gr.Button("Transcribe")
212
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
213
+ with gr.Row().style(mobile_collapse=False, equal_height=True):
214
  passage_name = gr.Textbox(label="Challenge your friends with another Wikipedia article theme", placeholder="The pirate code")
215
  btn2 = gr.Button("Fetch another article")
216
  with gr.Group(elem_id="share-btn-container"):