Spaces:
Sleeping
Sleeping
File size: 1,053 Bytes
b6f0124 0fea377 b6f0124 0fea377 b6f0124 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<header class="px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between border-b border-zinc-100 py-3">
<div class="flex items-center gap-4">
<a href={~p"/"}>
<img src={~s"/logo.svg"} class="h-8" />
</a>
</div>
<div class="flex items-center gap-4">
<a
href="https://huggingface.co/spaces/jonatanklosko/chai/tree/main"
target="_blank"
class="text-[0.8125rem] font-semibold leading-6 text-zinc-900 hover:text-zinc-700"
>
Source
</a>
<a
href="https://huggingface.co/spaces/jonatanklosko/chai/blob/main/README.md"
target="_blank"
class="rounded-lg bg-zinc-100 px-2 py-1 text-[0.8125rem] font-semibold leading-6 text-zinc-900 hover:bg-zinc-200/80 active:text-zinc-900/70"
>
Learn more <span aria-hidden="true">→</span>
</a>
</div>
</div>
</header>
<main class="py-4 px-4 sm:px-6 lg:px-8">
<div class="m-auto max-w-2xl">
<.flash_group flash={@flash} />
<%= @inner_content %>
</div>
</main>
|