EvgenyK commited on
Commit
65be087
·
1 Parent(s): 8daf961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,8 +63,8 @@ with gr.Blocks() as demo:
63
 
64
  gallery = gr.Gallery(
65
  label="Products", show_label=False, elem_id="gallery"
66
- ).style(grid=[2], height="auto")
67
 
68
  btn.click(find_best_matches, inputs = text, outputs = gallery)
69
 
70
- demo.launch()
 
63
 
64
  gallery = gr.Gallery(
65
  label="Products", show_label=False, elem_id="gallery"
66
+ ).style(grid=[1], height=50)
67
 
68
  btn.click(find_best_matches, inputs = text, outputs = gallery)
69
 
70
+ demo.launch(share=True)