Spaces:
Running
Running
Rename app.py to README.md
Browse files- app.py → README.md +36 -68
app.py → README.md
RENAMED
@@ -1,71 +1,39 @@
|
|
1 |
-
---
|
2 |
-
title: {{title}}
|
3 |
-
emoji: {{emoji}}
|
4 |
-
colorFrom: {{colorFrom}}
|
5 |
-
colorTo: {{colorTo}}
|
6 |
-
sdk: {{sdk}}
|
7 |
-
sdk_version: {{sdkVersion}}
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
|
13 |
-
import streamlit as st
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
4. **Stay Active**: Keep an eye on the 'announcements' channel for the latest news and updates.
|
53 |
-
|
54 |
-
We can't wait to see you in the community!
|
55 |
-
|
56 |
-
## 📌 Our Core Values
|
57 |
-
|
58 |
-
- Collaboration: We believe in the power of working together.
|
59 |
-
- Innovation: We are continuously learning and implementing new ideas.
|
60 |
-
- Respect: We value everyone's ideas and contributions.
|
61 |
-
- Dedication: We are committed to the success of our projects and our community.
|
62 |
-
|
63 |
-
## 📬 Get In Touch
|
64 |
-
|
65 |
-
If you have any questions, feel free to ask them on our [Discord channel](https://discord.gg/tcNNEz5t). For more formal communication, you can [email us](mailto:[email protected]).
|
66 |
-
|
67 |
-
Let's 🤓learn, 🛠️build, and 🌱grow together!
|
68 |
-
""")
|
69 |
-
|
70 |
-
if __name__ == "__main__":
|
71 |
-
main()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
|
|
3 |
|
4 |
+
## 🚀 Why Join Us?
|
5 |
+
|
6 |
+
Here are a few reasons why you might want to join our MultiTransformer community:
|
7 |
+
|
8 |
+
1. **Community and Collaboration**: We are an active group of learners and developers. You can join our teams to work on exciting projects or form your own.
|
9 |
+
|
10 |
+
2. **Learning and Development**: By actively participating in our community, you can learn new skills, improve your existing ones, and gain real-world development experience.
|
11 |
+
|
12 |
+
3. **Contribute and Grow**: You get the opportunity to contribute to projects, which can be a great addition to your portfolio. You will also get to learn from the best and become better.
|
13 |
+
|
14 |
+
## 💡 How to Get Started
|
15 |
+
|
16 |
+
New to MultiTransformer? Here’s how to get started:
|
17 |
+
|
18 |
+
1. **Join the Discord**: Our main form of communication is through Discord. You can join our channel by clicking [here](https://discord.gg/tcNNEz5t).
|
19 |
+
|
20 |
+
2. **Introduce Yourself**: After joining, introduce yourself in the 'intro' channel. We’d love to know more about you, your interests and what you hope to achieve by being a part of MultiTransformer.
|
21 |
+
|
22 |
+
3. **Check Out Projects**: Take a look at our ongoing projects. If you're interested in joining any, let us know.
|
23 |
+
|
24 |
+
4. **Stay Active**: Keep an eye on the 'announcements' channel for the latest news and updates.
|
25 |
+
|
26 |
+
We can't wait to see you in the community!
|
27 |
+
|
28 |
+
## 📌 Our Core Values
|
29 |
+
|
30 |
+
- Collaboration: We believe in the power of working together.
|
31 |
+
- Innovation: We are continuously learning and implementing new ideas.
|
32 |
+
- Respect: We value everyone's ideas and contributions.
|
33 |
+
- Dedication: We are committed to the success of our projects and our community.
|
34 |
+
|
35 |
+
## 📬 Get In Touch
|
36 |
+
|
37 |
+
If you have any questions, feel free to ask them on our [Discord channel](https://discord.gg/tcNNEz5t). For more formal communication, you can [email us](mailto:admin@abpbot.com).
|
38 |
+
|
39 |
+
Let's 🤓learn, 🛠️build, and 🌱grow together!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|