Update app.py
Browse files
app.py
CHANGED
|
@@ -251,5 +251,12 @@ elif selected == 'Projects':
|
|
| 251 |
st.link_button('\n \t \t \t HuggingFace Account \t \t \r \n','https://huggingface.co/Beasto')
|
| 252 |
elif selected == 'Contacts':
|
| 253 |
st.header('Contact me')
|
| 254 |
-
st.
|
| 255 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 251 |
st.link_button('\n \t \t \t HuggingFace Account \t \t \r \n','https://huggingface.co/Beasto')
|
| 252 |
elif selected == 'Contacts':
|
| 253 |
st.header('Contact me')
|
| 254 |
+
col1,col2,col3,col4 = st.columns(4)
|
| 255 |
+
with col1:
|
| 256 |
+
st.link_button('\n \t \t \t Instagram \t \t \r \n','https://www.instagram.com/i_suck_at_coding.256/')
|
| 257 |
+
with col2:
|
| 258 |
+
st.link_button('\n \t \t \t Github \t \t \r \n','https://github.com/Beastojenisto')
|
| 259 |
+
with col3:
|
| 260 |
+
st.link_button('\n \t \t \t Twitter/X \t \t \r \n','https://twitter.com/Isuckatcodinboi')
|
| 261 |
+
with col4:
|
| 262 |
+
st.link_button('\n \t \t \t HuggingFace \t \t \r \n','https://huggingface.co/Beasto')
|