studycode129 commited on
Commit
b971940
·
verified ·
1 Parent(s): e94e47c

Update index.html

Browse files
Files changed (1) hide show
  1. 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>