Skip to content

Commit 204d9e4

Browse files
authored
Update index.html
1 parent bce0b91 commit 204d9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llm_inference/js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<br />
2727
<br />
2828
Result:<br />
29-
<textarea id="output" style="height: 300px; width: 600px"></textarea>
29+
<textarea id="output" style="height: 300px; width: 600px" readonly></textarea>
3030
<script type="module">
3131
// For real web apps, the script would be included as a separate file. We inline
3232
// it into the HTML here so the code can stay of type "module" while still

0 commit comments

Comments
 (0)