We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce0b91 commit 204d9e4Copy full SHA for 204d9e4
examples/llm_inference/js/index.html
@@ -26,7 +26,7 @@
26
<br />
27
28
Result:<br />
29
- <textarea id="output" style="height: 300px; width: 600px"></textarea>
+ <textarea id="output" style="height: 300px; width: 600px" readonly></textarea>
30
<script type="module">
31
// For real web apps, the script would be included as a separate file. We inline
32
// it into the HTML here so the code can stay of type "module" while still
0 commit comments