lokesh341 commited on
Commit
b12eefe
·
verified ·
1 Parent(s): 3acc9f6

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -15,7 +15,7 @@
15
  <div class="suggestions-list" id="suggestionsList"></div>
16
  <div class="ingredients-list" id="menuItemsList"></div>
17
  <div class="chat-input">
18
- <input type="text" id="userInput" placeholder="Type here (e.g., chicken)...">
19
  <button onclick="sendMessage()">Send</button>
20
  </div>
21
  </div>
 
15
  <div class="suggestions-list" id="suggestionsList"></div>
16
  <div class="ingredients-list" id="menuItemsList"></div>
17
  <div class="chat-input">
18
+ <input type="text" id="userInput" placeholder="Type here (e.g., paneer, chicken)...">
19
  <button onclick="sendMessage()">Send</button>
20
  </div>
21
  </div>