Update translation.html
Browse files- translation.html +3 -1
translation.html
CHANGED
@@ -37,6 +37,7 @@
|
|
37 |
</div>
|
38 |
|
39 |
<!-- Actual Content of this page -->
|
|
|
40 |
<input
|
41 |
type="text"
|
42 |
style="display:none"
|
@@ -61,12 +62,13 @@
|
|
61 |
placeholder="Enter text" style="margin-right: 15px; margin-left: 15px;">
|
62 |
<button id="translateButton2" class="btn btn-primary" onclick="translateText()">Translate</button>
|
63 |
</div>
|
|
|
64 |
<div class="mt-4">
|
65 |
<h4>Output:</h4>
|
66 |
<pre id="outputArea2"></pre>
|
67 |
</div>
|
68 |
</div>
|
69 |
-
|
70 |
<!-- Back to Home button -->
|
71 |
<div class="row mt-5">
|
72 |
<div class="col-md-12 text-center">
|
|
|
37 |
</div>
|
38 |
|
39 |
<!-- Actual Content of this page -->
|
40 |
+
<form id="hf-form">
|
41 |
<input
|
42 |
type="text"
|
43 |
style="display:none"
|
|
|
62 |
placeholder="Enter text" style="margin-right: 15px; margin-left: 15px;">
|
63 |
<button id="translateButton2" class="btn btn-primary" onclick="translateText()">Translate</button>
|
64 |
</div>
|
65 |
+
|
66 |
<div class="mt-4">
|
67 |
<h4>Output:</h4>
|
68 |
<pre id="outputArea2"></pre>
|
69 |
</div>
|
70 |
</div>
|
71 |
+
</form>
|
72 |
<!-- Back to Home button -->
|
73 |
<div class="row mt-5">
|
74 |
<div class="col-md-12 text-center">
|