Prabh139 commited on
Commit
3ad2b85
·
verified ·
1 Parent(s): b05aa60

Update templetes/index.html

Browse files
Files changed (1) hide show
  1. 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="![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/686bf850f5e6bb0978eecb73/CbmfdAlSoRybv0eILJlex.jpeg)" alt="Iris Setosa">
29
  {% elif data == "versicolor" %}
30
- <img src="![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/686bf850f5e6bb0978eecb73/R7E8kDKs_A-t_mXGG0gSA.jpeg)" alt="Iris Versicolor">
31
  {% elif data == "virginica" %}
32
- <img src="![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/686bf850f5e6bb0978eecb73/WnT2KMiBEpa7d9Tw6WA-E.jpeg)" alt="Iris Virginica">
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>