class for js call

This commit is contained in:
aryan 2024-03-07 17:28:55 -07:00
parent 954688197a
commit 3457515630

View file

@ -27,7 +27,7 @@
</div>
<div class="w-full sticky top-100vh">
<form class="bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4">
<form id="chat-form" class="bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4">
<div class="mb-4">
<input class="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" id="username" type="text" placeholder="Query...">
</div>