bajrangCoder commited on
Commit
2147340
·
verified ·
1 Parent(s): da353ab

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -11,7 +11,7 @@
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>
 
11
 
12
  <body>
13
  <h1>Text Classification w/ 🤗 Transformers.js</h1>
14
+ <textarea id="message" rows="5" cols="40" required ></textarea>
15
  <button id="checkMessage">Check</button>
16
  <label id="status">Loading model...</label>
17
  <script src="index.js" type="module"></script>