now comments get evaluated correctly, not just

base on bleu score but also on location of file and line number
This commit is contained in:
Karma Riuk
2025-05-21 13:29:40 +02:00
parent 623532f5af
commit dd58d962ac
6 changed files with 109 additions and 13 deletions

View File

@ -108,6 +108,7 @@ table thead {
table thead th {
padding: 8px;
white-space: nowrap;
}
table thead th:hover {
@ -146,8 +147,18 @@ table tbody td:nth-child(1) {
white-space: nowrap;
}
/* style score column values */
/* style correct file column values */
.results-container#comment table tbody td:nth-child(3) {
text-align: center;
}
/* style distance column values */
.results-container#comment table tbody td:nth-child(4) {
text-align: right;
}
/* style distance column values */
.results-container#comment table tbody td:nth-child(5) {
text-align: right;
}