Spaces:
Sleeping
Sleeping
hide empty scrollbar
Browse files
app.py
CHANGED
|
@@ -91,6 +91,10 @@ border-radius: 0;
|
|
| 91 |
.styler{
|
| 92 |
background: transparent !important
|
| 93 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
'''
|
| 95 |
|
| 96 |
with gr.Blocks(css=css, theme=theme) as demo:
|
|
|
|
| 91 |
.styler{
|
| 92 |
background: transparent !important
|
| 93 |
}
|
| 94 |
+
|
| 95 |
+
.grid-wrap {
|
| 96 |
+
overflow-y: hidden !important
|
| 97 |
+
}
|
| 98 |
'''
|
| 99 |
|
| 100 |
with gr.Blocks(css=css, theme=theme) as demo:
|