Skip to content

Commit 11d2d31

Browse files
committed
SimpleChat: placeholder based usage hint for user-in textarea
1 parent b57aad7 commit 11d2d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/public_simplechat/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<hr>
4242
<div class="sameline">
43-
<textarea id="user-in" class="flex-grow" rows="3"></textarea>
43+
<textarea id="user-in" class="flex-grow" rows="3" placeholder="enter your query to the ai model here" ></textarea>
4444
<button id="user-btn">submit</button>
4545
</div>
4646

0 commit comments

Comments
 (0)