Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
</form>
|
15 |
</body>
|
16 |
<body>
|
17 |
-
<h1>Upload a Text File</h1>
|
18 |
<form action="/upload" method="post" enctype="multipart/form-data">
|
19 |
<input type="file" name="file" accept=".txt" required>
|
20 |
<button type="submit">Upload</button>
|
|
|
14 |
</form>
|
15 |
</body>
|
16 |
<body>
|
17 |
+
<h1>Upload a Text File (txt in utf-8 only!!!)</h1>
|
18 |
<form action="/upload" method="post" enctype="multipart/form-data">
|
19 |
<input type="file" name="file" accept=".txt" required>
|
20 |
<button type="submit">Upload</button>
|