Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
|
|
63 |
|
64 |
gallery = gr.Gallery(
|
65 |
label="Products", show_label=False, elem_id="gallery"
|
66 |
-
).style(grid=[3], height=
|
67 |
|
68 |
btn.click(find_best_matches, inputs = text, outputs = gallery)
|
69 |
|
|
|
63 |
|
64 |
gallery = gr.Gallery(
|
65 |
label="Products", show_label=False, elem_id="gallery"
|
66 |
+
).style(grid=[3], height="auto")
|
67 |
|
68 |
btn.click(find_best_matches, inputs = text, outputs = gallery)
|
69 |
|