Add a lot more elem_id/HTML id, modified some that were duplicates for seed section

This commit is contained in:
me
2023-01-01 14:51:12 +01:00
parent e672cfb074
commit a005fccddd
3 changed files with 133 additions and 133 deletions

View File

@@ -93,7 +93,7 @@ def integrate_settings_paste_fields(component_dict):
def create_buttons(tabs_list):
buttons = {}
for tab in tabs_list:
buttons[tab] = gr.Button(f"Send to {tab}")
buttons[tab] = gr.Button(f"Send to {tab}", elem_id=f"{tab}_tab")
return buttons