IbrahimaThioye commited on
Commit
dff1867
·
verified ·
1 Parent(s): fa4d45e

Update templates/yolo.html

Browse files
Files changed (1) hide show
  1. templates/yolo.html +3 -3
templates/yolo.html CHANGED
@@ -158,11 +158,11 @@
158
  <div class="instructions">
159
  <h2>How to Use This Tool:</h2>
160
  <ol>
161
- <li>Click the **Choose File** button to upload an image.</li>
162
- <li>Once the image is uploaded, click the **Classify** button to automatically detect and classify voids and components.</li>
163
  <li>The classified image will appear on the right, showing detected components and voids.</li>
164
  <li>A table will be populated with the area data for each detected component.</li>
165
- <li>Click the **Export to CSV** button to download the data from the table as a CSV file.</li>
166
  </ol>
167
  </div>
168
 
 
158
  <div class="instructions">
159
  <h2>How to Use This Tool:</h2>
160
  <ol>
161
+ <li>Click the <strong>Choose File</strong> button to upload an image.</li>
162
+ <li>Once the image is uploaded, click the <strong>Classify</strong> button to automatically detect and classify voids and components.</li>
163
  <li>The classified image will appear on the right, showing detected components and voids.</li>
164
  <li>A table will be populated with the area data for each detected component.</li>
165
+ <li>Click the <strong>Export to CSV</strong> button to download the data from the table as a CSV file.</li>
166
  </ol>
167
  </div>
168