Update translation.html
Browse files- translation.html +16 -2
translation.html
CHANGED
@@ -37,9 +37,23 @@
|
|
37 |
</div>
|
38 |
|
39 |
<!-- Actual Content of this page -->
|
40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
<div id="translation-container" class="container mt-4">
|
42 |
-
<h5>
|
43 |
<div class="d-flex align-items-center">
|
44 |
<label for="translationText2" class="mb-0 text-nowrap" style="margin-right: 15px;">Enter Text to
|
45 |
Translate:</label>
|
|
|
37 |
</div>
|
38 |
|
39 |
<!-- Actual Content of this page -->
|
40 |
+
<input
|
41 |
+
type="text"
|
42 |
+
style="display:none"
|
43 |
+
autocomplete="username"
|
44 |
+
value="user"
|
45 |
+
/>
|
46 |
+
<div>
|
47 |
+
<label for="hf-token">Hugging Face Token (optional but limited if absent)</label>
|
48 |
+
<input
|
49 |
+
id="hf-token"
|
50 |
+
placeholder="HF-TOKEN"
|
51 |
+
type="password"
|
52 |
+
autocomplete="new-password"
|
53 |
+
/>
|
54 |
+
</div>
|
55 |
<div id="translation-container" class="container mt-4">
|
56 |
+
<h5>Translation w/ Xenova/t5-base:</h5>
|
57 |
<div class="d-flex align-items-center">
|
58 |
<label for="translationText2" class="mb-0 text-nowrap" style="margin-right: 15px;">Enter Text to
|
59 |
Translate:</label>
|