aliabid94 HF Staff commited on
Commit
fdc0c23
·
verified ·
1 Parent(s): 2f1c4f3

Remove cell styling which looks poor in dark mode

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -651,16 +651,7 @@ def build_app():
651
  padding: 8px 8px;
652
  border-bottom: 1px solid #e9ecef;
653
  }
654
-
655
- /* Visual enhancements */
656
- .table-container tr:hover {
657
- background-color: #f1f3f4;
658
- }
659
-
660
- .table-container tr:nth-child(even) {
661
- background-color: #f8fafc;
662
- }
663
-
664
  /* Row number column styling */
665
  .gradio-dataframe thead tr th[id="0"],
666
  .gradio-dataframe tbody tr td:nth-child(1),
 
651
  padding: 8px 8px;
652
  border-bottom: 1px solid #e9ecef;
653
  }
654
+
 
 
 
 
 
 
 
 
 
655
  /* Row number column styling */
656
  .gradio-dataframe thead tr th[id="0"],
657
  .gradio-dataframe tbody tr td:nth-child(1),