gaur3009 commited on
Commit
f21a613
·
verified ·
1 Parent(s): 7daed69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -140,10 +140,11 @@ with gr.Blocks(css=custom_css) as interface:
140
  gr.Markdown("Welcome to the **AI Phone Cover Designer**! Use the 'Design' tab to start creating custom designs.")
141
  gr.Markdown("### Gallery")
142
  if gallery_images:
143
- gr.Gallery(value=gallery_images, label="Design Gallery").style(grid=[2], height="auto")
144
  else:
145
  gr.Markdown("No images found in the gallery folder.")
146
 
 
147
  with gr.Tab("Design"):
148
  with gr.Row():
149
  with gr.Column(scale=1):
 
140
  gr.Markdown("Welcome to the **AI Phone Cover Designer**! Use the 'Design' tab to start creating custom designs.")
141
  gr.Markdown("### Gallery")
142
  if gallery_images:
143
+ gr.Gallery(value=gallery_images, label="Design Gallery", columns=2, height="auto")
144
  else:
145
  gr.Markdown("No images found in the gallery folder.")
146
 
147
+
148
  with gr.Tab("Design"):
149
  with gr.Row():
150
  with gr.Column(scale=1):