Commit 87aa4844 authored by Chris's avatar Chris
Browse files

verbose frontend

parent 3cbe0feb
Loading
Loading
Loading
Loading
+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 != '')
    {