Spaces:
Running
Running
analyze retry button..
Browse files- frontend/vehicles.html +1 -2
frontend/vehicles.html
CHANGED
|
@@ -802,8 +802,7 @@
|
|
| 802 |
<button onclick="startNewAnalysis()"
|
| 803 |
class="w-fit px-16 py-4 font-bold text-sm rounded-full transition flex items-center justify-center gap-2 shadow-lg hover:scale-105 active:scale-95"
|
| 804 |
style="background:var(--cocoa-l);color:#000">
|
| 805 |
-
<i class="fa-solid fa-rotate-left text-
|
| 806 |
-
<span>New Analysis</span>
|
| 807 |
</button>
|
| 808 |
</div>
|
| 809 |
</div>
|
|
|
|
| 802 |
<button onclick="startNewAnalysis()"
|
| 803 |
class="w-fit px-16 py-4 font-bold text-sm rounded-full transition flex items-center justify-center gap-2 shadow-lg hover:scale-105 active:scale-95"
|
| 804 |
style="background:var(--cocoa-l);color:#000">
|
| 805 |
+
<span>Analyze again <i class="fa-solid fa-rotate-left ml-2 text-[10px]"></i></span>
|
|
|
|
| 806 |
</button>
|
| 807 |
</div>
|
| 808 |
</div>
|