Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -318,6 +318,9 @@ css = """
|
|
318 |
overflow-y: scroll !important;
|
319 |
padding: 10px 40px !important;
|
320 |
}
|
|
|
|
|
|
|
321 |
div#component-17 {
|
322 |
height: auto !important;
|
323 |
}
|
|
|
318 |
overflow-y: scroll !important;
|
319 |
padding: 10px 40px !important;
|
320 |
}
|
321 |
+
div#component-8 {
|
322 |
+
min-height: fit-content !important;
|
323 |
+
}
|
324 |
div#component-17 {
|
325 |
height: auto !important;
|
326 |
}
|