Skip to content

Commit

Permalink
SimpleChat: placeholder based usage hint for user-in textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
hanishkvc committed May 23, 2024
1 parent 98fe7db commit 45eb798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/public_simplechat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

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

Expand Down

0 comments on commit 45eb798

Please sign in to comment.