pranit144 commited on
Commit
e9c143c
·
verified ·
1 Parent(s): f0ff02c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -8
index.html CHANGED
@@ -302,14 +302,7 @@
302
  </main>
303
 
304
  <!-- Chat Interface -->
305
- <div class="chat-container">
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>