Skip to content

Commit 8a2cc83

Browse files
authored
Run on hugging face button added to the instalation section (#69)
1 parent 6112aca commit 8a2cc83

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

src/images/run_on_cloud.png

910 Bytes
Loading

src/partials/install_instructions.html

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<div class="mt-4 w-full p-4 rounded-2xl bg-white">
33
<img src="/images/window_buttons.png" alt="" width="36" height="8" />
44
<div
5-
class="py-10 flex maxsm:flex-col flex-wrap md:flex-nowrap justify-center"
5+
class="py-10 px-5 flex maxsm:flex-col flex-wrap md:flex-nowrap justify-center"
66
>
77
<!-- desktop app -->
88
<div class="md:border-r md:pr-16">
99
<div class="flex flex-nowrap">
1010
<img class="self-center" src="/images/desktop_download.svg" />
1111
<div class="self-center px-5 text-gray-700">
1212
<h2 class="font-semibold tracking-wide">
13-
Install the Livebook App
13+
Run on your machine
1414
</h2>
15-
<h3>to run it on your machine</h3>
15+
<h3>with the Livebook App</h3>
1616
</div>
1717
</div>
1818
<div class="flex maxsm:flex-col md:flex-nowrap md:space-x-5">
@@ -40,23 +40,35 @@ <h3>to run it on your machine</h3>
4040
</div>
4141
</div>
4242

43-
<!-- fly.io -->
43+
<!-- Run on the Cloud -->
4444
<div class="flex flex-col md:items-start md:ml-14 maxsm:mt-16">
4545
<div class="flex flex-nowrap min-w-[270px]">
46-
<img class="self-center" src="/images/flyio_logo_square.svg" />
46+
<img class="self-center" src="/images/run_on_cloud.png" />
4747
<div class="self-center px-5 text-gray-700">
48-
<h2 class="font-semibold tracking-wide">Launch on Fly.io</h2>
49-
<h3>to run it on the cloud</h3>
48+
<h2 class="font-semibold tracking-wide">Run in the cloud</h2>
49+
<h3>on select platorms</h3>
5050
</div>
5151
</div>
52-
<a
53-
class="mt-10 px-5 py-2 button button-outlined-gray"
54-
href="https://fly.io/launch/livebook"
55-
rel="noopener"
56-
>
57-
<img src="/images/cloud_line_gray.svg" />
58-
<span>Launch on Fly.io</span>
59-
</a>
52+
<div class="flex maxsm:flex-col md:flex-nowrap md:space-x-5">
53+
<!-- fly.io -->
54+
<a
55+
class="mt-10 px-5 py-2 button button-outlined-gray"
56+
href="https://fly.io/launch/livebook"
57+
rel="noopener"
58+
>
59+
<img src="/images/flyio_logo.svg" class="w-[26px]" />
60+
<span>Run on Fly.io</span>
61+
</a>
62+
<!-- hugging face -->
63+
<a
64+
class="mt-10 px-5 py-2 button button-outlined-gray"
65+
href="https://huggingface.co/new-space?template=livebook-dev/livebook"
66+
rel="noopener"
67+
>
68+
<img src="/images/hugging_face_logo.svg" class="w-[26px]" />
69+
<span>Run on Hugging Face</span>
70+
</a>
71+
</div>
6072
</div>
6173
</div>
6274
</div>

0 commit comments

Comments
 (0)