Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
<div class="chat-messages" id="chatMessages">
|
| 13 |
<div class="bot-message">Hi there! I'm Chat Bot! May I know your name?</div>
|
| 14 |
</div>
|
|
|
|
| 15 |
<div class="chat-input">
|
| 16 |
<input type="text" id="userInput" placeholder="Type your response...">
|
| 17 |
<button onclick="sendMessage()">Send</button>
|
|
@@ -19,4 +20,4 @@
|
|
| 19 |
</div>
|
| 20 |
<script src="/static/script.js"></script>
|
| 21 |
</body>
|
| 22 |
-
</html>
|
|
|
|
| 12 |
<div class="chat-messages" id="chatMessages">
|
| 13 |
<div class="bot-message">Hi there! I'm Chat Bot! May I know your name?</div>
|
| 14 |
</div>
|
| 15 |
+
<div id="options-container"></div> <!-- This will hold the option buttons -->
|
| 16 |
<div class="chat-input">
|
| 17 |
<input type="text" id="userInput" placeholder="Type your response...">
|
| 18 |
<button onclick="sendMessage()">Send</button>
|
|
|
|
| 20 |
</div>
|
| 21 |
<script src="/static/script.js"></script>
|
| 22 |
</body>
|
| 23 |
+
</html>
|