Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
|
23 |
<label for="fileUpload">Or upload a file with prompts (one per line):</label>
|
24 |
<label class="custom-file-upload">
|
25 |
-
<input type="file" id="fileUpload" accept=".txt,.csv">Choose File
|
26 |
<!-- After your file input -->
|
27 |
<div id="file-info" class="text-gray-600 text-sm mt-2"></div>
|
28 |
</label>
|
|
|
22 |
|
23 |
<label for="fileUpload">Or upload a file with prompts (one per line):</label>
|
24 |
<label class="custom-file-upload">
|
25 |
+
<input type="file" id="fileUpload" accept=".txt,.csv">Choose File
|
26 |
<!-- After your file input -->
|
27 |
<div id="file-info" class="text-gray-600 text-sm mt-2"></div>
|
28 |
</label>
|