Spaces:
Running
Running
removed to.lower()
Browse files- 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
|
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"
|