Skip to content

Commit

Permalink
Use gradio 3.34.0+ scale instead of full_width (#628)
Browse files Browse the repository at this point in the history
Fixes #627
  • Loading branch information
akx authored Dec 29, 2023
1 parent b131eed commit 284d3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sd_dynamic_prompts/wildcards_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"),
)

Expand Down

0 comments on commit 284d3ef

Please sign in to comment.