bigghuggs commited on
Commit
5b60200
·
verified ·
1 Parent(s): d61186a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -57,6 +57,10 @@ function refresh() {
57
  }
58
  """
59
 
 
 
 
 
60
 
61
  bed_layout_new = ['Artwork', 'Curtains', 'Palette', 'Bedroom Rug', 'Mirrors', 'Bedroom Chair', 'Ottoman', 'Bedroom', 'Bedroom Set', 'Bedding']
62
 
@@ -1718,7 +1722,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
1718
  pass
1719
 
1720
 
1721
- with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
1722
  #ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
1723
  ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. ", show_label=False)
1724
  seshid = gr.Textbox('SESHID', visible=False)
 
57
  }
58
  """
59
 
60
+ css = """
61
+ overflow: scroll;
62
+ """
63
+
64
 
65
  bed_layout_new = ['Artwork', 'Curtains', 'Palette', 'Bedroom Rug', 'Mirrors', 'Bedroom Chair', 'Ottoman', 'Bedroom', 'Bedroom Set', 'Bedding']
66
 
 
1722
  pass
1723
 
1724
 
1725
+ with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func, css=css) as demo:
1726
  #ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
1727
  ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. ", show_label=False)
1728
  seshid = gr.Textbox('SESHID', visible=False)