Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -40,7 +40,8 @@
|
|
40 |
<label for="text-to-translate">Text to Translate</label>
|
41 |
<input
|
42 |
id="text-to-translate"
|
43 |
-
|
|
|
44 |
type="text"
|
45 |
autocomplete="off"
|
46 |
/>
|
|
|
40 |
<label for="text-to-translate">Text to Translate</label>
|
41 |
<input
|
42 |
id="text-to-translate"
|
43 |
+
value="My name is Wolfgang and I live in Amsterdam"
|
44 |
+
placeholder="Enter some text here"
|
45 |
type="text"
|
46 |
autocomplete="off"
|
47 |
/>
|