Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -210,10 +210,9 @@ with block:
|
|
210 |
|
211 |
btn = gr.Button("Transcribe")
|
212 |
text = gr.Textbox(show_label=False, elem_id="result-textarea")
|
213 |
-
|
214 |
-
|
215 |
-
|
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)
|
|
|
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"):
|
217 |
community_icon = gr.HTML(community_icon_html, visible=False)
|
218 |
loading_icon = gr.HTML(loading_icon_html, visible=False)
|