Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -76,7 +76,7 @@
|
|
| 76 |
{% for image in pred_image_list %}
|
| 77 |
<h2>Detected Image:</h2>
|
| 78 |
<p>{{image}}</p>
|
| 79 |
-
<img src="{{ url_for('static', filename='static/Image_Prediction/'+image) }}" alt="chk">
|
| 80 |
{% endfor %}
|
| 81 |
|
| 82 |
<br> <br>
|
|
|
|
| 76 |
{% for image in pred_image_list %}
|
| 77 |
<h2>Detected Image:</h2>
|
| 78 |
<p>{{image}}</p>
|
| 79 |
+
<img src="{{ url_for('static', filename='static/Image_Prediction/'+image) }}" width="700" height="500" alt="chk">
|
| 80 |
{% endfor %}
|
| 81 |
|
| 82 |
<br> <br>
|