nagasurendra commited on
Commit
1bf2a24
·
verified ·
1 Parent(s): 47b8baa

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -8,9 +8,9 @@
8
  </head>
9
  <body>
10
  <div class="chat-container">
11
- <div class="chat-header">🍳 Chef Bot</div>
12
  <div class="chat-messages" id="chatMessages">
13
- <div class="bot-message">Hi there! I'm Chef Bot! May I know your name?</div>
14
  </div>
15
  <div class="chat-input">
16
  <input type="text" id="userInput" placeholder="Type your response...">
 
8
  </head>
9
  <body>
10
  <div class="chat-container">
11
+ <div class="chat-header">🍳 Chat Bot</div>
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...">