Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Chef Bot</title>
|
7 |
-
<link rel="stylesheet" href="styles.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="chat-container">
|
@@ -19,6 +19,6 @@
|
|
19 |
<button onclick="sendMessage()" aria-label="Send message">Send</button>
|
20 |
</div>
|
21 |
</div>
|
22 |
-
<script src="script.js"></script>
|
23 |
</body>
|
24 |
</html>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Chef Bot</title>
|
7 |
+
<link rel="stylesheet" href="/static/styles.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="chat-container">
|
|
|
19 |
<button onclick="sendMessage()" aria-label="Send message">Send</button>
|
20 |
</div>
|
21 |
</div>
|
22 |
+
<script src="/static/script.js"></script>
|
23 |
</body>
|
24 |
</html>
|