Spaces:
Running
Running
fix: move hub-section out of output-panel
Browse files- index.html +6 -5
index.html
CHANGED
|
@@ -37,6 +37,12 @@
|
|
| 37 |
<p id="models-loading" class="muted">Loading models…</p>
|
| 38 |
</section>
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
<section class="controls">
|
| 41 |
<button id="btn-download" disabled>Download selected</button>
|
| 42 |
<button id="btn-run" disabled>Run benchmarks</button>
|
|
@@ -71,11 +77,6 @@
|
|
| 71 |
Save to <code>results/results.json</code> on this server
|
| 72 |
</label>
|
| 73 |
</div>
|
| 74 |
-
<div id="output-actions-hosted" class="output-actions" hidden>
|
| 75 |
-
<button id="btn-signin" class="secondary">Sign in with Hugging Face</button>
|
| 76 |
-
<button id="btn-submit" disabled>Submit to leaderboard dataset</button>
|
| 77 |
-
<span id="hf-user" class="muted"></span>
|
| 78 |
-
</div>
|
| 79 |
<textarea id="output-textarea" readonly spellcheck="false"></textarea>
|
| 80 |
<div class="output-buttons">
|
| 81 |
<button id="btn-copy" class="secondary">Copy</button>
|
|
|
|
| 37 |
<p id="models-loading" class="muted">Loading models…</p>
|
| 38 |
</section>
|
| 39 |
|
| 40 |
+
<section id="hub-section" class="output-actions" hidden aria-label="Hugging Face dataset">
|
| 41 |
+
<button id="btn-signin" class="secondary">Sign in with Hugging Face</button>
|
| 42 |
+
<button id="btn-submit" disabled>Submit to leaderboard dataset</button>
|
| 43 |
+
<span id="hf-user" class="muted"></span>
|
| 44 |
+
</section>
|
| 45 |
+
|
| 46 |
<section class="controls">
|
| 47 |
<button id="btn-download" disabled>Download selected</button>
|
| 48 |
<button id="btn-run" disabled>Run benchmarks</button>
|
|
|
|
| 77 |
Save to <code>results/results.json</code> on this server
|
| 78 |
</label>
|
| 79 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
<textarea id="output-textarea" readonly spellcheck="false"></textarea>
|
| 81 |
<div class="output-buttons">
|
| 82 |
<button id="btn-copy" class="secondary">Copy</button>
|