Spaces:
Runtime error
Runtime error
fix scrolling hopefully
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ custom_css="""
|
|
145 |
.gradio_page {
|
146 |
display: flex;
|
147 |
width: 100vw;
|
148 |
-
min-height:
|
149 |
flex-direction: column;
|
150 |
justify-content: center;
|
151 |
align-items: center;
|
|
|
145 |
.gradio_page {
|
146 |
display: flex;
|
147 |
width: 100vw;
|
148 |
+
min-height: 50vh;
|
149 |
flex-direction: column;
|
150 |
justify-content: center;
|
151 |
align-items: center;
|