added thead and tbody

This commit is contained in:
Karma Riuk
2025-05-08 00:36:09 +02:00
parent 06d4627fd5
commit 6c45d598cc

View File

@ -59,12 +59,16 @@
<div id="results-container"> <div id="results-container">
<h3>Results</h3> <h3>Results</h3>
<table> <table class="sortable">
<thead>
<tr> <tr>
<th>id</th> <th>id</th>
<th>Proposed comment</th> <th>Proposed comment</th>
<th>Max bleu score</th> <th>Max bleu score</th>
</tr> </tr>
</thead>
<tbody>
</tbody>
</table> </table>
</div> </div>