hysts HF staff commited on
Commit
6f5f91b
·
1 Parent(s): aa632a5

Fix the dataframe size

Browse files
Files changed (1) hide show
  1. style.css +6 -0
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
+ }