bajrangCoder commited on
Commit
ef87e30
·
verified ·
1 Parent(s): 9c7870d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -11,8 +11,8 @@
11
 
12
  <body>
13
  <h1>Text Classification w/ 🤗 Transformers.js</h1>
14
- <input id="message" type="text" required />
15
- <button onclick="checkMessage()">Check</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>