mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
re-introduced the fixed point so that it's cleaner
and more aligned
This commit is contained in:
@ -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"];
|
||||
scoreCell.textContent = info["max_bleu_score"].toFixed(2);
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user