Fix
Browse files- index.html +1 -2
index.html
CHANGED
@@ -55,8 +55,7 @@
|
|
55 |
<div class="flex justify-center mt-12 min-h-screen hidden" id="queryReqForm">
|
56 |
<div class="w-full max-w-md">
|
57 |
<div class="grid grid-cols-1 gap-4">
|
58 |
-
<textarea placeholder="Enter your problem description here ..."
|
59 |
-
class="w-full mx-auto px-4 py-2 border rounded" id="problemDescription" />
|
60 |
<button class="w-1/2 mx-auto px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700" id="queryReq">
|
61 |
Find requirements
|
62 |
</button>
|
|
|
55 |
<div class="flex justify-center mt-12 min-h-screen hidden" id="queryReqForm">
|
56 |
<div class="w-full max-w-md">
|
57 |
<div class="grid grid-cols-1 gap-4">
|
58 |
+
<textarea placeholder="Enter your problem description here ..." class="w-full mx-auto px-4 py-2 border rounded" id="problemDescription"></textarea>
|
|
|
59 |
<button class="w-1/2 mx-auto px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700" id="queryReq">
|
60 |
Find requirements
|
61 |
</button>
|