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
7cf3b05dc0
commit
d5f3725ab5
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ 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()
|
||||||
createElement
|
|
||||||
function tox(sentence) {
|
function tox(sentence) {
|
||||||
const objSentence = [sentence]
|
const objSentence = [sentence]
|
||||||
console.log(helpers.isToxic(objSentence))
|
console.log(helpers.isToxic(objSentence))
|
||||||
|
|
Loading…
Reference in a new issue