Spaces:
Running
Running
adaptive
Browse files- index.html +4 -7
- static/css/index.css +0 -1
index.html
CHANGED
|
@@ -425,17 +425,14 @@
|
|
| 425 |
frame.
|
| 426 |
</p>
|
| 427 |
</div>
|
| 428 |
-
|
| 429 |
-
|
| 430 |
-
|
|
|
|
| 431 |
<a href="" class="selected">CIFAR-10</a>
|
| 432 |
<a href="" >ImageNet</a>
|
| 433 |
<div style="clear: both"></div>
|
| 434 |
</div>
|
| 435 |
-
</div>
|
| 436 |
-
</div>
|
| 437 |
-
|
| 438 |
-
<div class="columns is-vcentered interpolation-panel">
|
| 439 |
|
| 440 |
<div id="interpolation-image-wrapper" >
|
| 441 |
Loading...
|
|
|
|
| 425 |
frame.
|
| 426 |
</p>
|
| 427 |
</div>
|
| 428 |
+
|
| 429 |
+
<div class="columns is-vcentered interpolation-panel">
|
| 430 |
+
|
| 431 |
+
<div id="adaptive-dataset" class="row 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 |
|
| 437 |
<div id="interpolation-image-wrapper" >
|
| 438 |
Loading...
|
static/css/index.css
CHANGED
|
@@ -134,7 +134,6 @@ body {
|
|
| 134 |
}
|
| 135 |
|
| 136 |
.interpolation-panel .interpolation-image {
|
| 137 |
-
width: 70%;
|
| 138 |
border-radius: 5px;
|
| 139 |
}
|
| 140 |
|
|
|
|
| 134 |
}
|
| 135 |
|
| 136 |
.interpolation-panel .interpolation-image {
|
|
|
|
| 137 |
border-radius: 5px;
|
| 138 |
}
|
| 139 |
|