Upload index.html
Browse files- web/index.html +10 -0
web/index.html
CHANGED
|
@@ -181,6 +181,16 @@
|
|
| 181 |
<p id="activeLatencyNote" class="latency-note">When available, the live smoke-test latency is used to recommend the `@spaces.GPU(duration=...)` value for ZeroGPU apps.</p>
|
| 182 |
</section>
|
| 183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
<section class="mini-panel run-documents-card" id="runDocumentsCard" aria-label="Run traces document dock">
|
| 185 |
<div class="card-title-row">
|
| 186 |
<h4>Run traces</h4>
|
|
|
|
| 181 |
<p id="activeLatencyNote" class="latency-note">When available, the live smoke-test latency is used to recommend the `@spaces.GPU(duration=...)` value for ZeroGPU apps.</p>
|
| 182 |
</section>
|
| 183 |
|
| 184 |
+
<section class="mini-panel run-eval-archive-card" id="runEvalArchiveCard" aria-label="Run anonymous eval archive status" hidden>
|
| 185 |
+
<div class="card-title-row">
|
| 186 |
+
<h4>Eval archive</h4>
|
| 187 |
+
<span class="badge neutral" id="evalArchiveBadge">Not checked</span>
|
| 188 |
+
</div>
|
| 189 |
+
<div id="evalArchiveBody" class="eval-archive-body">
|
| 190 |
+
<div class="empty compact-empty">Archive publication status appears after the backend checks the run-local eval record.</div>
|
| 191 |
+
</div>
|
| 192 |
+
</section>
|
| 193 |
+
|
| 194 |
<section class="mini-panel run-documents-card" id="runDocumentsCard" aria-label="Run traces document dock">
|
| 195 |
<div class="card-title-row">
|
| 196 |
<h4>Run traces</h4>
|