hysts HF staff commited on
Commit
bb911e9
·
1 Parent(s): b4190d6

Hide the model_name_for_query column in the table

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -1,3 +1,9 @@
1
  .language-selector {
2
  width: auto;
3
  }
 
 
 
 
 
 
 
1
  .language-selector {
2
  width: auto;
3
  }
4
+
5
+ /* Hides the final AutoEvalColumn */
6
+ #llm-benchmark-tab-table table td:last-child,
7
+ #llm-benchmark-tab-table table th:last-child {
8
+ display: none;
9
+ }