interface improvements

Co-authored-by: Alex <AlexanderMcDowell@users.noreply.github.com>
This commit is contained in:
2022-10-28 20:49:54 -07:00
parent 97ab6a1ed1
commit 8a364b81e6
10 changed files with 57 additions and 24 deletions

View File

@@ -5,6 +5,7 @@
<tr>
<th class="img-table-heading">Input Image</th>
<th class="img-table-heading">Output Heatmap</th>
<th class="img-table-heading">Legend</th>
</tr>
<tr>
{# Original image #}
@@ -15,11 +16,8 @@
<td class="img-table-cell" id="res-cell">
<img class="img-out" src="data:image/png;base64,{{ img_res_b64 }}" alt="result image">
</td>
</tr>
{# Legend #}
<tr>
<td class="img-table-cell"></td>
<td class="img-table-cell">
{# Legend #}
<td>
<table class="legend" id="legend">
<tr>
<th class="legend-heading">Color</th>