Update templetes/index.html
Browse files- templetes/index.html +3 -5
templetes/index.html
CHANGED
|
@@ -25,11 +25,11 @@
|
|
| 25 |
<div class="result">The Flower Name is: {{ data }}</div>
|
| 26 |
|
| 27 |
{% if data == "setosa" %}
|
| 28 |
-
<img src="
|
| 29 |
{% elif data == "versicolor" %}
|
| 30 |
-
<img src="
|
| 31 |
{% elif data == "virginica" %}
|
| 32 |
-
<img src="
|
| 33 |
{% else %}
|
| 34 |
<p>Not Found</p>
|
| 35 |
|
|
@@ -38,8 +38,6 @@
|
|
| 38 |
|
| 39 |
|
| 40 |
|
| 41 |
-
|
| 42 |
-
|
| 43 |
|
| 44 |
</body>
|
| 45 |
</html>
|
|
|
|
| 25 |
<div class="result">The Flower Name is: {{ data }}</div>
|
| 26 |
|
| 27 |
{% if data == "setosa" %}
|
| 28 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6474405f90330355db146c76/wi5XEAVfDpNnTDM-cFlPE.png" alt="Iris Setosa">
|
| 29 |
{% elif data == "versicolor" %}
|
| 30 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6474405f90330355db146c76/6aXkk_yp48P48-Fse89gY.png" alt="Iris Versicolor">
|
| 31 |
{% elif data == "virginica" %}
|
| 32 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6474405f90330355db146c76/5TvdKlzh0RqGWzQx9dgE3.png" alt="Iris Virginica">
|
| 33 |
{% else %}
|
| 34 |
<p>Not Found</p>
|
| 35 |
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
|
|
|
|
|
|
|
| 41 |
|
| 42 |
</body>
|
| 43 |
</html>
|