Skip to content

Commit 90a147b

Browse files
add initial text to translator playground
1 parent 65e069d commit 90a147b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

built-in-ai/playgrounds/translator-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h1>Translator API</h1>
143143

144144
<div class="settings-row">
145145
<label for="input">Text to translate</label>
146-
<textarea spellcheck="false" id="input"></textarea>
146+
<textarea spellcheck="false" id="input">Hello world!</textarea>
147147
</div>
148148

149149
<div class="settings-row submit">

built-in-ai/templates/playground-translator-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<div class="settings-row">
2222
<label for="input">Text to translate</label>
23-
<textarea spellcheck="false" id="input"></textarea>
23+
<textarea spellcheck="false" id="input">Hello world!</textarea>
2424
</div>
2525

2626
<div class="settings-row submit">

0 commit comments

Comments
 (0)