Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +4 -2
templates/index.html
CHANGED
@@ -3,6 +3,8 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
6 |
<title>Chef Bot</title>
|
7 |
<style>
|
8 |
* {
|
@@ -380,8 +382,8 @@
|
|
380 |
<body>
|
381 |
<div class="chat-container">
|
382 |
<!-- <div class="chat-header">🍳I am you'r Chef </div> -->
|
383 |
-
|
384 |
-
<
|
385 |
I am your Chef
|
386 |
</div>
|
387 |
<div class="chat-messages" id="chatMessages">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
|
7 |
+
|
8 |
<title>Chef Bot</title>
|
9 |
<style>
|
10 |
* {
|
|
|
382 |
<body>
|
383 |
<div class="chat-container">
|
384 |
<!-- <div class="chat-header">🍳I am you'r Chef </div> -->
|
385 |
+
<div class="chat-header">
|
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">
|