Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
{% if frame_images %}
|
| 31 |
<h2>Key Frames:</h2>
|
| 32 |
{% for frame in frame_images %}
|
| 33 |
-
<
|
| 34 |
{% endfor %}
|
| 35 |
{% endif %}
|
| 36 |
|
|
|
|
| 30 |
{% if frame_images %}
|
| 31 |
<h2>Key Frames:</h2>
|
| 32 |
{% for frame in frame_images %}
|
| 33 |
+
<img src="{{ url_for('result_file', filename=frame) }}" width="240">
|
| 34 |
{% endfor %}
|
| 35 |
{% endif %}
|
| 36 |
|