Tonic commited on
Commit
360e87a
·
1 Parent(s): c4f8964

Rename app.py to README.md

Browse files
Files changed (1) hide show
  1. 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
- def main():
17
- st.markdown(
18
- """
19
- <style>
20
- .reportview-container {
21
- background: url("https://i.imgur.com/8DUYYI1.jpg")
22
- }
23
- </style>
24
- """,
25
- unsafe_allow_html=True
26
- )
27
-
28
- st.title('MultiTransformer Community')
29
-
30
- st.markdown(
31
- """
32
- ## 🚀 Why Join Us?
33
-
34
- Here are a few reasons why you might want to join our MultiTransformer community:
35
-
36
- 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.
37
-
38
- 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.
39
-
40
- 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.
41
-
42
- ## 💡 How to Get Started
43
-
44
- New to MultiTransformer? Here’s how to get started:
45
-
46
- 1. **Join the Discord**: Our main form of communication is through Discord. You can join our channel by clicking [here](https://discord.gg/tcNNEz5t).
47
-
48
- 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.
49
-
50
- 3. **Check Out Projects**: Take a look at our ongoing projects. If you're interested in joining any, let us know.
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!