Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
<form id="analyze-form">
|
| 16 |
<label for="modelSelect">Choose model:</label>
|
| 17 |
<select id="modelSelect" name="modelSelect" aria-label="Select sentiment model">
|
| 18 |
-
<!-- options will be populated dynamically -->
|
| 19 |
</select>
|
| 20 |
|
| 21 |
<label for="inputText">Enter text to analyze:</label>
|
|
|
|
| 15 |
<form id="analyze-form">
|
| 16 |
<label for="modelSelect">Choose model:</label>
|
| 17 |
<select id="modelSelect" name="modelSelect" aria-label="Select sentiment model">
|
| 18 |
+
<!-- options will be populated dynamically in index.js -->
|
| 19 |
</select>
|
| 20 |
|
| 21 |
<label for="inputText">Enter text to analyze:</label>
|