Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
b3f1539
1
Parent(s):
58717d6
sanity check
Browse files
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:
|
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;
|