Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -22,8 +22,8 @@
|
|
| 22 |
<option value="ann">ANN</option>
|
| 23 |
</select>
|
| 24 |
|
| 25 |
-
<label for="token">Token:</label>
|
| 26 |
-
<input type="text" id="token" placeholder="Enter your API token" required />
|
| 27 |
|
| 28 |
<div class="features">
|
| 29 |
<label>Danceability: <input type="number" step="0.01" id="danceability" required></label>
|
|
|
|
| 22 |
<option value="ann">ANN</option>
|
| 23 |
</select>
|
| 24 |
|
| 25 |
+
<!-- <label for="token">Token:</label>
|
| 26 |
+
<input type="text" id="token" placeholder="Enter your API token" required /> -->
|
| 27 |
|
| 28 |
<div class="features">
|
| 29 |
<label>Danceability: <input type="number" step="0.01" id="danceability" required></label>
|