Spaces:
Sleeping
Sleeping
File size: 514 Bytes
e36eb69 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Processing Complete</title>
</head>
<body>
<h1>Processing Complete</h1>
<p>Download the processed files:</p>
<ul>
<li><a href="/download/accented_text.txt">Text with accents</a></li>
<li><a href="/download/omographs.txt">Omographs</a></li>
<li><a href="/download/unknown.txt">Unknown words</a></li>
</ul>
</body>
</html>
|