Loading web/js/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ function correctPrediction(correctLabel) { replyObj = JSON.parse(replyString); console.log(replyString) // document.getElementById("prediction").innerText = replyObj.response document.getElementById("prediction").innerText = replyObj.response } } Loading Loading
web/js/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ function correctPrediction(correctLabel) { replyObj = JSON.parse(replyString); console.log(replyString) // document.getElementById("prediction").innerText = replyObj.response document.getElementById("prediction").innerText = replyObj.response } } Loading