Spaces:
Running
Running
Update index.html
Browse files- 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>
|