awacke1 commited on
Commit
fec2ec7
1 Parent(s): 58d1f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -230,11 +230,6 @@ css = """
230
  }
231
  """
232
  with gr.Blocks(css=css) as demo:
233
-
234
- # Add "Save All" button with emoji
235
- save_all_button = gr.Button("💾 Save All", scale=1)
236
- # Add "Clear All" button with emoji
237
- clear_all_button = gr.Button("🗑️ Clear All", scale=1)
238
 
239
  with gr.Column(elem_id="container"):
240
  gr.Markdown(
@@ -264,6 +259,12 @@ with gr.Blocks(css=css) as demo:
264
  label="Generated Images", show_label=False, elem_id="gallery"
265
  )
266
 
 
 
 
 
 
 
267
  # Advanced Generate Options
268
  with gr.Accordion("Advanced options", open=False):
269
  guidance = gr.Slider(
 
230
  }
231
  """
232
  with gr.Blocks(css=css) as demo:
 
 
 
 
 
233
 
234
  with gr.Column(elem_id="container"):
235
  gr.Markdown(
 
259
  label="Generated Images", show_label=False, elem_id="gallery"
260
  )
261
 
262
+ with gr.Row(variant="compact"):
263
+ # Add "Save All" button with emoji
264
+ save_all_button = gr.Button("💾 Save All", scale=1)
265
+ # Add "Clear All" button with emoji
266
+ clear_all_button = gr.Button("🗑️ Clear All", scale=1)
267
+
268
  # Advanced Generate Options
269
  with gr.Accordion("Advanced options", open=False):
270
  guidance = gr.Slider(