Update chainlit.md
Browse files- chainlit.md +8 -6
chainlit.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
# Assignment Part 2: Deploying Your Model to a Hugging Face Space
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
|
|
6 |
|
7 |
-
|
|
|
8 |
|
9 |
-
|
|
|
10 |
|
11 |
-
|
|
|
|
|
1 |
|
2 |
+
Welcome to Chainlit! ππ€
|
3 |
|
4 |
+
Hi there, Developer! π We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs.
|
5 |
+
Useful Links π
|
6 |
|
7 |
+
Documentation: Get started with our comprehensive Chainlit Documentation π
|
8 |
+
Discord Community: Join our friendly Chainlit Discord to ask questions, share your projects, and connect with other developers! π¬
|
9 |
|
10 |
+
We can't wait to see what you create with Chainlit! Happy coding! π»π
|
11 |
+
Welcome screen
|
12 |
|
13 |
+
To modify the welcome screen, edit the chainlit.md file at the root of your project. If you do not want a welcome screen, just leave this file empty.
|