Scezui commited on
Commit
d40f2a3
1 Parent(s): d59d244

removed to.lower()

Browse files
Files changed (1) hide show
  1. templates/extractor.html +1 -1
templates/extractor.html CHANGED
@@ -347,7 +347,7 @@
347
  <div class="receipt">
348
  <div class="details">
349
  <div style="display: flex; align-items: center;">
350
- {% if prediction_result.lower() == 'receipt' %}
351
  <lord-icon
352
  src="https://cdn.lordicon.com/lomfljuq.json"
353
  trigger="in"
 
347
  <div class="receipt">
348
  <div class="details">
349
  <div style="display: flex; align-items: center;">
350
+ {% if prediction_result == 'receipt' %}
351
  <lord-icon
352
  src="https://cdn.lordicon.com/lomfljuq.json"
353
  trigger="in"