Loading web/js/main.js +2 −0 Original line number Diff line number Diff line function getPrediction() { document.getElementById("prediction").innerText = "Initial ML training is currently happening. Please wait..." // send the request, get the prediction, etc. etc. etc... if (document.getElementById("message").value != '') { Loading Loading
web/js/main.js +2 −0 Original line number Diff line number Diff line function getPrediction() { document.getElementById("prediction").innerText = "Initial ML training is currently happening. Please wait..." // send the request, get the prediction, etc. etc. etc... if (document.getElementById("message").value != '') { Loading