allenhzy commited on
Commit
3b31e56
1 Parent(s): 679dad0
Files changed (1) hide show
  1. index.html +16 -5
index.html CHANGED
@@ -428,19 +428,30 @@
428
 
429
  <div class="columns is-vcentered interpolation-panel">
430
 
431
- <div id="adaptive-dataset" class="column is-3 align-items-center" style="width: 30%;">
432
- <a href="" class="selected">CIFAR-10</a>
433
- <a href="" >ImageNet</a>
434
  <div style="clear: both"></div>
435
  </div>
436
- <div class="column interpolation-video-column" style="width: 70%;">
437
  <div id="interpolation-image-wrapper" >
438
  Loading...
439
  </div>
440
  <input class="slider is-full-width is-large is-info"
441
  id="interpolation-slider"
442
  step="1" min="0" max="6" value="0" type="range">
443
- <label for="interpolation-slider">&epsilon; from 2/255 to 128/255</label>
 
 
 
 
 
 
 
 
 
 
 
444
 
445
  </div>
446
 
 
428
 
429
  <div class="columns is-vcentered interpolation-panel">
430
 
431
+ <div id="adaptive-dataset" class="column is-3 align-items-center">
432
+ <a href="#c10" class="selected">CIFAR-10</a>
433
+ <a href="#imgnet" >ImageNet</a>
434
  <div style="clear: both"></div>
435
  </div>
436
+ <div id="c10" class="column interpolation-video-column">
437
  <div id="interpolation-image-wrapper" >
438
  Loading...
439
  </div>
440
  <input class="slider is-full-width is-large is-info"
441
  id="interpolation-slider"
442
  step="1" min="0" max="6" value="0" type="range">
443
+ <label for="interpolation-slider"><strong>Perturbation Budget &Epsilon;</strong> from 2/255 to 128/255</label>
444
+
445
+ </div>
446
+
447
+ <div id="imgnet" class="column interpolation-video-column" style="display: none;">
448
+ <div id="interpolation-image-wrapper" >
449
+ Loading...
450
+ </div>
451
+ <input class="slider is-full-width is-large is-info"
452
+ id="interpolation-slider"
453
+ step="1" min="0" max="6" value="0" type="range">
454
+ <label for="interpolation-slider"><strong>Perturbation Budget &Epsilon;</strong> from 2/255 to 128/255</label>
455
 
456
  </div>
457