Eric Xu commited on
Remove redundant text output — table with expandable rows is the interface
Browse files- web/static/index.html +2 -8
web/static/index.html
CHANGED
|
@@ -428,14 +428,8 @@
|
|
| 428 |
</thead>
|
| 429 |
<tbody></tbody>
|
| 430 |
</table>
|
| 431 |
-
<
|
| 432 |
-
|
| 433 |
-
<div class="results-details" id="gradientText"></div>
|
| 434 |
-
</details>
|
| 435 |
-
<details class="mt-12">
|
| 436 |
-
<summary style="cursor:pointer;color:var(--text2);font-size:0.9rem">Changes tested</summary>
|
| 437 |
-
<div class="results-details" id="changesTested"></div>
|
| 438 |
-
</details>
|
| 439 |
</div>
|
| 440 |
</div>
|
| 441 |
|
|
|
|
| 428 |
</thead>
|
| 429 |
<tbody></tbody>
|
| 430 |
</table>
|
| 431 |
+
<div id="gradientText" class="hidden"></div>
|
| 432 |
+
<div id="changesTested" class="hidden"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 433 |
</div>
|
| 434 |
</div>
|
| 435 |
|