Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -8
index.html
CHANGED
|
@@ -302,14 +302,7 @@
|
|
| 302 |
</main>
|
| 303 |
|
| 304 |
<!-- Chat Interface -->
|
| 305 |
-
|
| 306 |
-
<div class="chat-header">Farming Assistant</div>
|
| 307 |
-
<div class="chat-messages" id="chatMessages"></div>
|
| 308 |
-
<div class="chat-input">
|
| 309 |
-
<input type="text" placeholder="Ask about farming..." id="chatInput">
|
| 310 |
-
<button onclick="sendMessage()">Send</button>
|
| 311 |
-
</div>
|
| 312 |
-
</div>
|
| 313 |
|
| 314 |
<script src="chatbot.js"></script>
|
| 315 |
<script>
|
|
|
|
| 302 |
</main>
|
| 303 |
|
| 304 |
<!-- Chat Interface -->
|
| 305 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 306 |
|
| 307 |
<script src="chatbot.js"></script>
|
| 308 |
<script>
|