Use gradio 3.34.0+ `scale` instead of `full_width` (#628)

Fixes #627
pull/705/head
Aarni Koskela 2023-12-29 14:26:56 +02:00 committed by GitHub
parent b131eedf9a
commit 284d3ef38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ def on_ui_tabs():
with gr.Row():
collection_copy_button = gr.Button(
"Copy collection",
full_width=True,
scale=1,
)
overwrite_checkbox = gr.Checkbox(
label="Overwrite existing",
@ -131,7 +131,7 @@ def on_ui_tabs():
)
save_button = gr.Button(
"Save wildcards",
full_width=True,
scale=1,
elem_id=make_element_id("wildcard-save-button"),
)