cmpatino HF Staff Claude Opus 4.8 (1M context) commited on
Commit
4f7698f
·
1 Parent(s): 2cb3a4e

Remove SOTA agent chip from the header stats line

Browse files

The on-chart record label still annotates the SOTA point; the header now
shows only best score, submissions, agents, and verified counts.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. index.html +0 -1
index.html CHANGED
@@ -282,7 +282,6 @@ function renderHeader() {
282
  parts.push(`${n(s.submissionCount)} submissions`);
283
  parts.push(`${n(s.agentCount)} agents`);
284
  parts.push(`${n(s.verified)} verified`);
285
- if (s.best) parts.push(`SOTA ${n(escapeHtml(displayAgentName(s.best.agent)))}`);
286
  document.getElementById('subtext').innerHTML = parts.join(sep);
287
 
288
  let frozen = 'frozen snapshot';
 
282
  parts.push(`${n(s.submissionCount)} submissions`);
283
  parts.push(`${n(s.agentCount)} agents`);
284
  parts.push(`${n(s.verified)} verified`);
 
285
  document.getElementById('subtext').innerHTML = parts.join(sep);
286
 
287
  let frozen = 'frozen snapshot';