Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<title>Wine Quality Predictor</title>
|
| 6 |
-
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/
|
| 7 |
|
| 8 |
<!-- Tailwind CSS CDN -->
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<title>Wine Quality Predictor</title>
|
| 6 |
+
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/images.jpeg') }}">
|
| 7 |
|
| 8 |
<!-- Tailwind CSS CDN -->
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|