Merge branch 'wip-refactoring' into wip-refactoring

This commit is contained in:
Bhavanvir Rai
2023-03-18 15:37:58 -07:00
committed by GitHub

View File

@@ -38,35 +38,6 @@
</tbody>
</table>
</div>
<img src=" {{ image }}" class="figure-img img-fluid rounded center" style="object-fit: fill;">
<figcaption class="figure-caption"><code>{{ title }}</code> was listed <code>{{ days }} days</code> and <code>{{ hours }} hours</code> ago, for <code>${{ list_price}}</code>.</figcaption>
</figure>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr>
<td>Range:</td>
<td>${{ lower_bound }} - ${{ upper_bound }}</td>
</tr>
<tr>
<td>Median:</td>
<td>${{ median }}</td>
</tr>
<tr>
<td>Description:</td>
<td>{{ sentiment_rating }}/5.0</td>
</tr>
<tr>
<td>Price:</td>
<td>{{ price_rating }}/5.0</td>
</tr>
<tr>
<td>Overall:</td>
<td>{{ average_rating }}/5.0</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>