Remove SOTA agent chip from the header stats line
Browse filesThe 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>
- 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';
|