Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +5 -2
templates/index.html
CHANGED
|
@@ -3,7 +3,9 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
|
| 8 |
<title>Chef Bot</title>
|
| 9 |
<style>
|
|
@@ -382,10 +384,11 @@
|
|
| 382 |
<body>
|
| 383 |
<div class="chat-container">
|
| 384 |
<!-- <div class="chat-header">🍳I am you'r Chef </div> -->
|
| 385 |
-
|
| 386 |
<i class="fas fa-hat-chef" style="font-size: 30px; margin-right: 10px;"></i>
|
| 387 |
I am your Chef
|
| 388 |
</div>
|
|
|
|
| 389 |
<div class="chat-messages" id="chatMessages">
|
| 390 |
<div class="bot-message">Hi there! I'm you'r Chef ! May I know your name?</div>
|
| 391 |
</div>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<!-- Font Awesome CDN -->
|
| 7 |
+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
|
| 8 |
+
|
| 9 |
|
| 10 |
<title>Chef Bot</title>
|
| 11 |
<style>
|
|
|
|
| 384 |
<body>
|
| 385 |
<div class="chat-container">
|
| 386 |
<!-- <div class="chat-header">🍳I am you'r Chef </div> -->
|
| 387 |
+
<div class="chat-header">
|
| 388 |
<i class="fas fa-hat-chef" style="font-size: 30px; margin-right: 10px;"></i>
|
| 389 |
I am your Chef
|
| 390 |
</div>
|
| 391 |
+
|
| 392 |
<div class="chat-messages" id="chatMessages">
|
| 393 |
<div class="bot-message">Hi there! I'm you'r Chef ! May I know your name?</div>
|
| 394 |
</div>
|