Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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">🍳
|
12 |
<div class="chat-messages" id="chatMessages">
|
13 |
-
<div class="bot-message">Hi there! I'm
|
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...">
|