mirror of
https://github.com/the-spellman/js-plus-plus-toxicity-demo
synced 2024-12-23 09:32:33 -06:00
Update index.html
This commit is contained in:
parent
f5b33d7ea3
commit
9bbffad7bb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const helpers = new JSPlusPlus.General.Helpers
|
||||||
const html = new JSPlusPlus.HTMLFrontend
|
const html = new JSPlusPlus.HTMLFrontend
|
||||||
html.initHead("Toxicity Check")
|
html.initHead("Toxicity Check")
|
||||||
html.initBody()
|
html.initBody()
|
||||||
function tox() {
|
async function tox() {
|
||||||
const sentence = document.getElementById("textBox1").value
|
const sentence = document.getElementById("textBox1").value
|
||||||
let p = document.getElementById("toxicityBool")
|
let p = document.getElementById("toxicityBool")
|
||||||
const objSentence = [sentence]
|
const objSentence = [sentence]
|
||||||
|
|
Loading…
Reference in a new issue