Update index.html
Browse files- index.html +2 -4
index.html
CHANGED
@@ -44,9 +44,7 @@
|
|
44 |
</div>
|
45 |
|
46 |
<!-- Chat Area -->
|
47 |
-
<div class="chat-container p-4 overflow-y-auto" id="chat-area">
|
48 |
-
<!-- Initial bot message -->
|
49 |
-
</div>
|
50 |
|
51 |
<!-- Input Area -->
|
52 |
<div class="border-t p-4 bg-white">
|
@@ -68,7 +66,7 @@
|
|
68 |
</div>
|
69 |
</div>
|
70 |
|
71 |
-
<!--
|
72 |
<script src="chat.js"></script>
|
73 |
</body>
|
74 |
</html>
|
|
|
44 |
</div>
|
45 |
|
46 |
<!-- Chat Area -->
|
47 |
+
<div class="chat-container p-4 overflow-y-auto" id="chat-area"></div>
|
|
|
|
|
48 |
|
49 |
<!-- Input Area -->
|
50 |
<div class="border-t p-4 bg-white">
|
|
|
66 |
</div>
|
67 |
</div>
|
68 |
|
69 |
+
<!-- Chat Logic -->
|
70 |
<script src="chat.js"></script>
|
71 |
</body>
|
72 |
</html>
|