diff --git a/app.py b/app.py index 6eb050f..12f8c59 100644 --- a/app.py +++ b/app.py @@ -300,10 +300,11 @@ def build_ui() -> gr.Blocks: label="Seed (пусто = случайно)") tempo = gr.Number(value=90, precision=0, label="Tempo (BPM)") - run = gr.Button("Сгенерировать", variant="primary") - # ---- Right: outputs ------------------------------------------- with gr.Column(scale=1): + # Button lives with the outputs so repeated generation needs no + # scrolling back up to the form. + run = gr.Button("Сгенерировать", variant="primary") status = gr.Markdown() bars_out = gr.Textbox(label="Сетка аккордов", lines=10, interactive=False)