Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -84,7 +84,7 @@
|
|
84 |
</head>
|
85 |
<body>
|
86 |
<div class="chat-container">
|
87 |
-
<div class="chat-header">Asian Food Chatbot</div>
|
88 |
<div class="chat-messages" id="chat-messages"></div>
|
89 |
<div class="chat-input">
|
90 |
<input type="text" id="user-input" placeholder="Type a message...">
|
|
|
84 |
</head>
|
85 |
<body>
|
86 |
<div class="chat-container">
|
87 |
+
<div class="chat-header">Asian Food Chatbot - Multi Language</div>
|
88 |
<div class="chat-messages" id="chat-messages"></div>
|
89 |
<div class="chat-input">
|
90 |
<input type="text" id="user-input" placeholder="Type a message...">
|