Spaces:
Sleeping
Sleeping
Commit
·
c202d73
1
Parent(s):
6b207fd
Update index.html
Browse files- index.html +10 -30
index.html
CHANGED
@@ -1,33 +1,13 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
</head>
|
15 |
-
<body>
|
16 |
-
<div class="card">
|
17 |
-
<h1>Welcome to your static Space!</h1>
|
18 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
19 |
-
<p>
|
20 |
-
Also don't forget to check the
|
21 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
22 |
-
</p>
|
23 |
-
</div>
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
</body>
|
33 |
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
+
<head>
|
4 |
+
<title>Загрузка файла TXT</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1>Загрузка файла TXT</h1>
|
8 |
+
<form method="POST" enctype="multipart/form-data" action="/">
|
9 |
+
<input type="file" name="txt_file" accept=".txt" required>
|
10 |
+
<button type="submit">Обработать файл</button>
|
11 |
+
</form>
|
12 |
+
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
</html>
|