From 9bbffad7bb6e08820b16f2d5e46efb9d8e26e57b Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 23:22:37 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e4ca9df..af20cf2 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ const helpers = new JSPlusPlus.General.Helpers const html = new JSPlusPlus.HTMLFrontend html.initHead("Toxicity Check") html.initBody() -function tox() { +async function tox() { const sentence = document.getElementById("textBox1").value let p = document.getElementById("toxicityBool") const objSentence = [sentence]