diff --git a/index.html b/index.html
index a11640d..7b2d8cf 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,6 @@ const helpers = new JSPlusPlus.General.Helpers
const html = new JSPlusPlus.HTMLFrontend
html.initHead("Toxicity Check")
html.initBody()
-createElement
function tox(sentence) {
const objSentence = [sentence]
console.log(helpers.isToxic(objSentence))