Update app.py
Browse files
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"
|
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):
|