SimpleChat: placeholder based usage hint for user-in textarea

This commit is contained in:
HanishKVC 2024-05-24 04:18:04 +05:30
parent b57aad79a8
commit 11d2d31622

View file

@ -40,7 +40,7 @@
<hr> <hr>
<div class="sameline"> <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> <button id="user-btn">submit</button>
</div> </div>