Commit a37dbd07 authored by Chris's avatar Chris
Browse files

update visualizations when correcting the predictions

parent 3380c8b5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ function correctPrediction(correctLabel) {
                console.log(replyString)

                document.getElementById("prediction").innerText = replyObj.response

                // reinitialize the index: this will give us updated visualization statistics
                initializeIndex()
            }
        }