privateuserh commited on
Commit
20860c5
·
verified ·
1 Parent(s): ac54ec5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -34,7 +34,7 @@
34
  <div class="upload-section">
35
  <h2>Upload Report</h2>
36
  <form id="uploadForm">
37
- <input type="file" id="fileInput" required>
38
  <button type="submit">Upload File</button>
39
  </form>
40
  <div id="uploadStatus"></div>
 
34
  <div class="upload-section">
35
  <h2>Upload Report</h2>
36
  <form id="uploadForm">
37
+ <input type="file" id="fileInput" accept=".txt" required>
38
  <button type="submit">Upload File</button>
39
  </form>
40
  <div id="uploadStatus"></div>