manu commited on
Commit
d487cf8
·
1 Parent(s): 1338826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -209,9 +209,11 @@ with block:
209
  )
210
 
211
  btn = gr.Button("Transcribe")
212
- text = gr.Textbox(show_label=False, elem_id="result-textarea")
213
- passage_name = gr.Textbox(label="Challenge your friends with another Wikipedia article theme", placeholder="The pirate code")
214
- btn2 = gr.Button("Fetch another article")
 
 
215
  with gr.Group(elem_id="share-btn-container"):
216
  community_icon = gr.HTML(community_icon_html, visible=False)
217
  loading_icon = gr.HTML(loading_icon_html, visible=False)
 
209
  )
210
 
211
  btn = gr.Button("Transcribe")
212
+ text = gr.Textbox(show_label=False, elem_id="result-textarea")
213
+ with gr.Box():
214
+ with gr.Row().style(mobile_collapse=False, equal_height=True)
215
+ passage_name = gr.Textbox(label="Challenge your friends with another Wikipedia article theme", placeholder="The pirate code")
216
+ btn2 = gr.Button("Fetch another article")
217
  with gr.Group(elem_id="share-btn-container"):
218
  community_icon = gr.HTML(community_icon_html, visible=False)
219
  loading_icon = gr.HTML(loading_icon_html, visible=False)