1 Commits

Author SHA1 Message Date
343af31387 fix: more defensive ketcher reference 2025-11-13 20:47:20 +13:00
3 changed files with 6 additions and 4 deletions

View File

@ -151,6 +151,11 @@
>Package</a
>
</li>
<li>
<a href="{{ meta.server_url }}/search" id="searchLink"
>Search</a
>
</li>
<li>
<a href="{{ meta.server_url }}/model" id="modelLink"
>Modelling</a

View File

@ -119,9 +119,7 @@
>Ibuprofen</a
>
</div>
<a
class="absolute top-0 left-[calc(100%-5.4rem)]"
href="/predict"
<a class="absolute top-0 left-[calc(100%-5.4rem)]" href="#"
>Advanced</a
>
</div>

View File

@ -26,7 +26,6 @@
placeholder="Name"
id="name"
class="input input-md w-full"
autofocus
/>
<span>Name</span>
</label>