Spaces:
Running
Running
Update templates/index.html
Browse files- 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>
|