Spaces:
Runtime error
Runtime error
Update templates/result.html
Browse files- templates/result.html +4 -0
templates/result.html
CHANGED
|
@@ -123,6 +123,8 @@
|
|
| 123 |
<div class="row">
|
| 124 |
<!-- Image Container on the Left -->
|
| 125 |
<div class="col-md-6 image-container">
|
|
|
|
|
|
|
| 126 |
{% if data.extracted_text.items() %}
|
| 127 |
<h5 class="card-title">Extracted Image:</h5>
|
| 128 |
<ul>
|
|
@@ -132,6 +134,8 @@
|
|
| 132 |
{% endfor %}
|
| 133 |
</ul>
|
| 134 |
{% endif %}
|
|
|
|
|
|
|
| 135 |
</div>
|
| 136 |
|
| 137 |
<!-- Extracted Text on the Right -->
|
|
|
|
| 123 |
<div class="row">
|
| 124 |
<!-- Image Container on the Left -->
|
| 125 |
<div class="col-md-6 image-container">
|
| 126 |
+
<div class="card">
|
| 127 |
+
<div class="card-body">
|
| 128 |
{% if data.extracted_text.items() %}
|
| 129 |
<h5 class="card-title">Extracted Image:</h5>
|
| 130 |
<ul>
|
|
|
|
| 134 |
{% endfor %}
|
| 135 |
</ul>
|
| 136 |
{% endif %}
|
| 137 |
+
</div>
|
| 138 |
+
</div>
|
| 139 |
</div>
|
| 140 |
|
| 141 |
<!-- Extracted Text on the Right -->
|