Spaces:
Sleeping
Sleeping
Update templates/result.html
Browse files- templates/result.html +6 -5
templates/result.html
CHANGED
|
@@ -175,7 +175,7 @@
|
|
| 175 |
{% endwith %}
|
| 176 |
|
| 177 |
<div class="d-flex align-items-center justify-content-between mb-5">
|
| 178 |
-
<h1 class="premium-title mb-0">Extraction Analysis</h1>
|
| 179 |
<a href="{{ url_for('reset_upload') }}" class="btn-premium">Process New Image</a>
|
| 180 |
</div>
|
| 181 |
|
|
@@ -274,10 +274,11 @@
|
|
| 274 |
</div>
|
| 275 |
</div>
|
| 276 |
|
| 277 |
-
{%
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
|
|
|
|
| 281 |
</div>
|
| 282 |
{% endif %}
|
| 283 |
</div>
|
|
|
|
| 175 |
{% endwith %}
|
| 176 |
|
| 177 |
<div class="d-flex align-items-center justify-content-between mb-5">
|
| 178 |
+
<h1 class="premium-title mb-0">Extraction Analysis <small style="font-size: 0.7rem; color: var(--primary); letter-spacing: 1px; font-weight: 400;">v2.1 GOLD</small></h1>
|
| 179 |
<a href="{{ url_for('reset_upload') }}" class="btn-premium">Process New Image</a>
|
| 180 |
</div>
|
| 181 |
|
|
|
|
| 274 |
</div>
|
| 275 |
</div>
|
| 276 |
|
| 277 |
+
{% endif %}
|
| 278 |
+
|
| 279 |
+
{% if data.status_message %}
|
| 280 |
+
<div class="mt-4 pt-3 border-top border-secondary text-end">
|
| 281 |
+
<span class="badge rounded-pill bg-dark text-muted" style="font-size: 0.65rem; border: 1px solid rgba(255,255,255,0.05)">{{ data.status_message }}</span>
|
| 282 |
</div>
|
| 283 |
{% endif %}
|
| 284 |
</div>
|