ported backend to python

This commit is contained in:
Karma Riuk
2025-05-13 13:27:38 +02:00
parent e5bd1d3a08
commit 3a4bfd611b
22 changed files with 330 additions and 658 deletions

View File

@ -60,7 +60,7 @@ document.getElementById("upload-btn").onclick = async () => {
idCell.textContent = id;
commentCell.innerHTML = `<span class='comment-cell'>${info["proposed_comment"]}</span>`;
scoreCell.textContent = info["max_bleu_score"].toFixed(4);
scoreCell.textContent = info["max_bleu_score"];
});
};