mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
Change engine_row from gr.Row to gr.Column
This commit is contained in:
@@ -75,7 +75,7 @@ class GenerateUI:
|
||||
inputs.append(engine_dropdown)
|
||||
engine_rows = []
|
||||
for i, engine in enumerate(engines):
|
||||
with gr.Row(visible=(i == 0)) as engine_row:
|
||||
with gr.Column(visible=(i == 0)) as engine_row:
|
||||
gr.Markdown(value=f"## {engine.name}")
|
||||
engine_rows.append(engine_row)
|
||||
options = engine.get_options()
|
||||
|
||||
Reference in New Issue
Block a user