Commit 470af87d authored by Chris's avatar Chris
Browse files

verbose frontend to signify what the backend is doing when partial fitting models

parent edf7158a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
            }
        }