Spaces:
Running
Running
Update index.html
Browse files- index.html +9 -1
index.html
CHANGED
|
@@ -620,4 +620,12 @@ function initPdfViewer(){
|
|
| 620 |
}).catch(function(err){
|
| 621 |
console.error('PDF load error:',err);
|
| 622 |
document.getElementById('pdf-page-info').textContent='Failed to load PDF';
|
| 623 |
-
document.getElementById('pdf-canvas-wrapper').innerHTML='<div style="padding:40px;text-align:center;color:var(--text-muted)"><div style="font-size:2rem;margin-bottom:12px">๐</div><div>PDF could not be loaded in this environment.</div><div style="margin-top:12px"><a href="FINAL_Bench_Paper_v5_OFFICIAL.pdf" download style="color:var(--accent-cyan);font-weight:600">Download PDF</a></
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 620 |
}).catch(function(err){
|
| 621 |
console.error('PDF load error:',err);
|
| 622 |
document.getElementById('pdf-page-info').textContent='Failed to load PDF';
|
| 623 |
+
document.getElementById('pdf-canvas-wrapper').innerHTML='<div style="padding:40px;text-align:center;color:var(--text-muted)"><div style="font-size:2rem;margin-bottom:12px">๐</div><div>PDF could not be loaded in this environment.</div><div style="margin-top:12px"><a href="FINAL_Bench_Paper_v5_OFFICIAL.pdf" download style="color:var(--accent-cyan);font-weight:600">Download PDF</a></div></div>';
|
| 624 |
+
});
|
| 625 |
+
}
|
| 626 |
+
|
| 627 |
+
// Initialize
|
| 628 |
+
renderBaseline();renderMetacog();renderDelta();renderGapViz();renderLeaderboardChart();
|
| 629 |
+
</script>
|
| 630 |
+
</body>
|
| 631 |
+
</html>
|