Eric Xu commited on
Commit
cb7e365
·
unverified ·
1 Parent(s): f64206f

Remove redundant text output — table with expandable rows is the interface

Browse files
Files changed (1) hide show
  1. web/static/index.html +2 -8
web/static/index.html CHANGED
@@ -428,14 +428,8 @@
428
  </thead>
429
  <tbody></tbody>
430
  </table>
431
- <details class="mt-12">
432
- <summary style="cursor:pointer;color:var(--text2);font-size:0.9rem">Full output</summary>
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