suredream commited on
Commit
133a28c
·
verified ·
1 Parent(s): df053d7

adjust button behavior

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -19,14 +19,14 @@
19
  </path>
20
  </svg>
21
  Click to upload image
22
- <label id="example">(or try example)</label>
23
  </label>
24
  <canvas id="mask-output"></canvas>
25
  </div>
26
  <label id="status"></label>
27
  <div id="controls">
28
  <button id="reset-image">Reset image</button>
29
- <button id="clear-points">Clear points</button>
30
  <button id="cut-mask" disabled>Cut mask</button>
31
  </div>
32
  <p id="information">
 
19
  </path>
20
  </svg>
21
  Click to upload image
22
+ <label id="clear-points">(or try example)</label>
23
  </label>
24
  <canvas id="mask-output"></canvas>
25
  </div>
26
  <label id="status"></label>
27
  <div id="controls">
28
  <button id="reset-image">Reset image</button>
29
+ <button id="example">Clear points</button>
30
  <button id="cut-mask" disabled>Cut mask</button>
31
  </div>
32
  <p id="information">