EvgenyK commited on
Commit
58ac957
·
1 Parent(s): d39a81a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=20)
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