nagasurendra commited on
Commit
32861f5
·
verified ·
1 Parent(s): 5309ff5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>