Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
|
12 |
<body>
|
13 |
<h1>Text Classification w/ 🤗 Transformers.js</h1>
|
14 |
-
<
|
15 |
-
<button
|
16 |
<label id="status">Loading model...</label>
|
17 |
<script src="index.js" type="module"></script>
|
18 |
</body>
|
|
|
11 |
|
12 |
<body>
|
13 |
<h1>Text Classification w/ 🤗 Transformers.js</h1>
|
14 |
+
<textare id="message" rows="5" cols="40" required ></textare>
|
15 |
+
<button id="checkMessage">Check</button>
|
16 |
<label id="status">Loading model...</label>
|
17 |
<script src="index.js" type="module"></script>
|
18 |
</body>
|