Use single-column layout in web UI with status below submit button
Mirror and run GitLab CI / build (push) Waiting to run
Ruff / ruff (push) Waiting to run

This commit is contained in:
admin
2026-06-19 15:20:18 +00:00
parent dabb5970ba
commit 327c05ea16
+1 -2
View File
@@ -134,7 +134,7 @@ def create_app():
if header_html:
gr.HTML(header_html)
with gr.Row(elem_id="main-row"):
# Single-column layout: inputs followed by status/output
with gr.Column():
audio_input = gr.Audio(
label="Upload or record audio",
@@ -169,7 +169,6 @@ def create_app():
submit_btn = gr.Button("Submit for transcription", variant="primary")
with gr.Column():
status_text = gr.Textbox(
label="Status",
lines=6,