removed useless comment

This commit is contained in:
Karma Riuk
2025-05-10 22:34:12 +02:00
parent 4d87a31d70
commit 4a4ee88522

View File

@ -45,8 +45,6 @@ document.getElementById("uploadBtn").onclick = async () => {
progressContainer.style.display = "none"; progressContainer.style.display = "none";
resultsContainer.style.display = "block"; resultsContainer.style.display = "block";
// empty the table besides the header of the table and fill the table. the data is of form id:
// {"proposed comment": "bla bla bla", "bleu score": 0.2}
const tbody = resultsContainer.querySelector("table tbody"); const tbody = resultsContainer.querySelector("table tbody");
tbody.innerHTML = ""; tbody.innerHTML = "";