Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix the dataframe size
Browse files
style.css
CHANGED
@@ -27,3 +27,9 @@ body a:hover {
|
|
27 |
font-size: 0.8em;
|
28 |
color: #666;
|
29 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
font-size: 0.8em;
|
28 |
color: #666;
|
29 |
}
|
30 |
+
|
31 |
+
/* https://github.com/gradio-app/gradio/issues/9288#issuecomment-2356163329 */
|
32 |
+
#table .table-wrap {
|
33 |
+
min-height: 1000px;
|
34 |
+
max-height: 1000px;
|
35 |
+
}
|