Spaces:
Running
on
Zero
Running
on
Zero
fix type
Browse files
app.py
CHANGED
@@ -1227,7 +1227,7 @@ def make_input_images_section(rows=1, cols=3, height="auto", advanced=False, is_
|
|
1227 |
# add functionality, save and load images to profile
|
1228 |
with gr.Accordion("Saved Image Profiles", open=True) as profile_accordion:
|
1229 |
with gr.Row():
|
1230 |
-
profile_text = gr.Textbox(label="Profile name", placeholder="
|
1231 |
list_profiles_button = gr.Button("📋 List", elem_id="list-profile-button", variant='secondary', scale=3)
|
1232 |
with gr.Row():
|
1233 |
save_profile_button = gr.Button("💾 Save", elem_id="save-profile-button", variant='secondary')
|
|
|
1227 |
# add functionality, save and load images to profile
|
1228 |
with gr.Accordion("Saved Image Profiles", open=True) as profile_accordion:
|
1229 |
with gr.Row():
|
1230 |
+
profile_text = gr.Textbox(label="Profile name", placeholder="Type here: Profile name to save/load/delete", elem_id="profile-name", scale=6, show_label=False)
|
1231 |
list_profiles_button = gr.Button("📋 List", elem_id="list-profile-button", variant='secondary', scale=3)
|
1232 |
with gr.Row():
|
1233 |
save_profile_button = gr.Button("💾 Save", elem_id="save-profile-button", variant='secondary')
|