mgbam commited on
Commit
78b74f3
·
verified ·
1 Parent(s): 6c8af5b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -1,4 +1,5 @@
1
- <!-- index.html -->
 
2
  <!DOCTYPE html>
3
  <html lang="en">
4
  <head>
@@ -15,7 +16,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 in index.js -->
19
  </select>
20
 
21
  <label for="inputText">Enter text to analyze:</label>
 
1
+ --- index.html ---
2
+ ```html
3
  <!DOCTYPE html>
4
  <html lang="en">
5
  <head>
 
16
  <form id="analyze-form">
17
  <label for="modelSelect">Choose model:</label>
18
  <select id="modelSelect" name="modelSelect" aria-label="Select sentiment model">
19
+ <!-- Dynamically populated in index.js -->
20
  </select>
21
 
22
  <label for="inputText">Enter text to analyze:</label>