added table to show results in frontend

This commit is contained in:
Karma Riuk
2025-05-08 00:11:21 +02:00
parent 173a84aa2b
commit fe064218f5
5 changed files with 101 additions and 6 deletions

View File

@ -56,6 +56,15 @@
</div>
</div>
<div id="results-container">
<h3>Results</h3>
<table>
<tr>
<th>id</th>
<th>Proposed comment</th>
<th>Max bleu score</th>
</tr>
</table>
</div>
</body>