Spaces:
Running
Running
Update success.html
Browse files- success.html +1 -1
success.html
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
<h3 class="header-text">Uploaded Image</h3>
|
| 37 |
</row>
|
| 38 |
<row style = "width: 100% ; display: flex; justify-content: center;">
|
| 39 |
-
<img class = "result-img" src={{url_for('static', filename =
|
| 40 |
</row>
|
| 41 |
</div>
|
| 42 |
|
|
|
|
| 36 |
<h3 class="header-text">Uploaded Image</h3>
|
| 37 |
</row>
|
| 38 |
<row style = "width: 100% ; display: flex; justify-content: center;">
|
| 39 |
+
<img class = "result-img" src={{url_for('static', filename = img)}}>
|
| 40 |
</row>
|
| 41 |
</div>
|
| 42 |
|