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
affd38dcd6
commit
def7a22366
1 changed files with 2 additions and 0 deletions
|
@ -16,5 +16,7 @@ html.createParagraph("toxicityBool", "Input text to the text box bellow, click t
|
|||
html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."})
|
||||
let submit = html.createElement("button", "submit")
|
||||
|
||||
submit.innerText = "Toxic?"
|
||||
|
||||
submit.addEventListener("click", tox(textBox1.value))
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue