Update templates/index.html
Browse files- templates/index.html +5 -4
templates/index.html
CHANGED
|
@@ -131,10 +131,11 @@
|
|
| 131 |
<!-- Information Section -->
|
| 132 |
<div class="mt-4 p-3 bg-light rounded">
|
| 133 |
<h6 class="text-success">🌱 How it works:</h6>
|
| 134 |
-
<
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
|
|
|
| 138 |
</div>
|
| 139 |
</div>
|
| 140 |
</div>
|
|
|
|
| 131 |
<!-- Information Section -->
|
| 132 |
<div class="mt-4 p-3 bg-light rounded">
|
| 133 |
<h6 class="text-success">🌱 How it works:</h6>
|
| 134 |
+
<ul class="text-start text-muted small mb-0">
|
| 135 |
+
<li><strong>🧠 Classification Mode:</strong> Identifies single waste item type with recycling guidance</li>
|
| 136 |
+
<li><strong>🎯 Detection Mode:</strong> Finds and labels multiple objects in complex scenes</li>
|
| 137 |
+
<li><strong>📊 Statistics:</strong> Track your classification history and generate reports</li>
|
| 138 |
+
</ul>
|
| 139 |
</div>
|
| 140 |
</div>
|
| 141 |
</div>
|