Yuxuan-Zhang-Dexter commited on
Commit
b3f1539
·
1 Parent(s): 58717d6

sanity check

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -570,7 +570,7 @@ def build_app():
570
  with gr.Blocks(css="""
571
  /* Fix for scrolling issues */
572
  html, body {
573
- overflow-y: auto !important;
574
  overflow-x: hidden !important;
575
  width: 100% !important;
576
  height: 100% !important;
 
570
  with gr.Blocks(css="""
571
  /* Fix for scrolling issues */
572
  html, body {
573
+ overflow-y: hidden !important;
574
  overflow-x: hidden !important;
575
  width: 100% !important;
576
  height: 100% !important;