karimouda commited on
Commit
544d16a
·
verified ·
1 Parent(s): 3c2540c

Update src/display/css_html_js.py

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +5 -0
src/display/css_html_js.py CHANGED
@@ -163,4 +163,9 @@ color:unset;
163
  #llm-benchmark-tab-faq{
164
  margin-top:20px;
165
  }
 
 
 
 
 
166
  """
 
163
  #llm-benchmark-tab-faq{
164
  margin-top:20px;
165
  }
166
+
167
+ .judge_model:after {
168
+ content: " (LLM-as-a-judge)";
169
+ }
170
+
171
  """