Tonic commited on
Commit
97a50d8
·
1 Parent(s): bdf3708

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
 
3
  st.markdown("""
@@ -49,4 +57,4 @@ We can't wait to see you in the community!
49
  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]).
50
 
51
  Let's 🤓learn, 🛠️build, and 🌱grow together!
52
- """)
 
1
+ ---
2
+ license: mit
3
+ title: MultiTransformer Community
4
+ sdk: streamlit
5
+ emoji: 🚀
6
+ colorFrom: blue
7
+ colorTo: pink
8
+ ---
9
  import streamlit as st
10
 
11
  st.markdown("""
 
57
  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]).
58
 
59
  Let's 🤓learn, 🛠️build, and 🌱grow together!
60
+ """)