Skip to content

Commit f8f415c

Browse files
committed
Minor adjustment on text & button
1 parent fd4d66d commit f8f415c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
}
3434

3535
#top-button {
36-
height: 40px;
37-
width: 45px;
36+
height: 50px;
37+
width: 55px;
3838
display: none;
3939
position: fixed;
4040
bottom: 15px;
@@ -1499,14 +1499,14 @@ <h5 class="card-title"><a href="https://spark.apache.org/docs/latest/ml-guide.ht
14991499

15001500
<hr class="my-4">
15011501

1502-
<!--LLM & Generative AI-->
1503-
<div class="category" id="LLM and Generative AI">
1504-
<h3 class="mt-4 display-6">LLM and Generative AI</h3>
1502+
<!--LLM & Gen-AI-->
1503+
<div class="category" id="LLM and Gen-AI">
1504+
<h3 class="mt-4 display-6">LLM and Gen-AI</h3>
15051505
<p>
1506-
Python frameworks for large language models (LLMs), generative AI, and AI agents
1506+
Python frameworks for large language models (LLMs), generative AI (Gen-AI), and AI agents
15071507
empower developers to create applications in text generation, image synthesis,
15081508
code generation, and more. Leveraging Python's vast library ecosystem
1509-
and its central role in LLM and Generative AI research, these tools simplify building,
1509+
and its central role in LLM and Gen-AI research, these tools simplify building,
15101510
orchestrating, deploying, and serving state-of-the-art models.
15111511
</p>
15121512

@@ -1711,7 +1711,7 @@ <h3>LLMWare</h3>
17111711

17121712
</div>
17131713
</div>
1714-
<!--End of LLM & Generative AI-->
1714+
<!--End of LLM & Gen-AI-->
17151715

17161716
<hr class="my-4">
17171717

0 commit comments

Comments
 (0)