jagriti commited on
Commit
e0bb219
1 Parent(s): 6a2210c

Update success.html

Browse files
Files changed (1) hide show
  1. 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 = 'images/'+ img)}}>
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