WebashalarForML commited on
Commit
bdbbac1
·
verified ·
1 Parent(s): 9cc519e

Update templates/result.html

Browse files
Files changed (1) hide show
  1. 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
- {% if not (data.name or data.contact_number or data.email or data.Location or data.Designation or data.Company or data.Link) %}
278
- <div class="text-center py-5">
279
- <p class="text-muted">No specific entities detected high-confidence.</p>
280
- <p class="small">Check the "Raw Information" panel below for OCR output.</p>
 
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>