diff --git a/public/js/index.js b/public/js/index.js index 7a56e0e..fe27d9b 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -60,7 +60,7 @@ document.getElementById("upload-btn").onclick = async () => { idCell.textContent = id; commentCell.innerHTML = `${info["proposed_comment"]}`; - scoreCell.textContent = info["max_bleu_score"]; + scoreCell.textContent = info["max_bleu_score"].toFixed(2); }); };