bigghuggs commited on
Commit
c1355df
·
verified ·
1 Parent(s): 7ea3b2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1741,7 +1741,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func, css=css) as demo:
1741
  #ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
1742
  ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. ", show_label=False)
1743
  seshid = gr.Textbox('SESHID', visible=False)
1744
- replace = gr.Gallery(label='Replacement Items', rows=2, columns=7, visible=False, interactive=True)
1745
  with gr.Row(visible=False) as store_summary:
1746
  merchant_top = gr.Label(label='Merchant')
1747
  total = gr.Label(label='Number of Items')
 
1741
  #ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
1742
  ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. ", show_label=False)
1743
  seshid = gr.Textbox('SESHID', visible=False)
1744
+ replace = gr.Gallery(label='Replacement Items', rows=2, columns=7, visible=False, interactive=True, elem_classes=['scroll'])
1745
  with gr.Row(visible=False) as store_summary:
1746
  merchant_top = gr.Label(label='Merchant')
1747
  total = gr.Label(label='Number of Items')