update website
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
<div class="text-xs text-gray-500 bg-gray-50 p-2 rounded border border-gray-100 leading-tight space-y-1">
|
| 42 |
<p><strong>RePo</strong> aims to re-structure context like humans by assigning non-linear positions in dense space.</p>
|
| 43 |
<div class="flex gap-2 pt-1 border-t border-gray-200 mt-1">
|
| 44 |
-
<span>
|
| 45 |
<a href="https://www.arxiv.org/abs/2512.14391" target="_blank" class="text-blue-600 hover:underline">Paper</a>
|
| 46 |
<a href="https://github.com/SakanaAI/repo" target="_blank" class="text-blue-600 hover:underline">Code</a>
|
| 47 |
</div>
|
|
@@ -114,8 +114,8 @@ Output: G F E D C B A
|
|
| 114 |
</div>
|
| 115 |
|
| 116 |
<div class="flex-1 relative bg-white overflow-hidden p-2">
|
| 117 |
-
<button onclick="resetView()" class="absolute top-
|
| 118 |
-
Reset
|
| 119 |
</button>
|
| 120 |
|
| 121 |
<div id="chartDiv" class="w-full h-full"></div>
|
|
|
|
| 41 |
<div class="text-xs text-gray-500 bg-gray-50 p-2 rounded border border-gray-100 leading-tight space-y-1">
|
| 42 |
<p><strong>RePo</strong> aims to re-structure context like humans by assigning non-linear positions in dense space.</p>
|
| 43 |
<div class="flex gap-2 pt-1 border-t border-gray-200 mt-1">
|
| 44 |
+
<span>📚</span>
|
| 45 |
<a href="https://www.arxiv.org/abs/2512.14391" target="_blank" class="text-blue-600 hover:underline">Paper</a>
|
| 46 |
<a href="https://github.com/SakanaAI/repo" target="_blank" class="text-blue-600 hover:underline">Code</a>
|
| 47 |
</div>
|
|
|
|
| 114 |
</div>
|
| 115 |
|
| 116 |
<div class="flex-1 relative bg-white overflow-hidden p-2">
|
| 117 |
+
<button onclick="resetView()" class="absolute top-0 right-4 z-10 bg-white/90 hover:bg-gray-100 text-gray-600 text-xs font-bold py-1 px-3 rounded border border-gray-300 shadow-sm transition">
|
| 118 |
+
Reset Selection
|
| 119 |
</button>
|
| 120 |
|
| 121 |
<div id="chartDiv" class="w-full h-full"></div>
|