huzey commited on
Commit
ab1b7ae
1 Parent(s): 8bdcc28
Files changed (1) hide show
  1. app.py +1 -1
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="telecaster", 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')
 
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')