Beasto commited on
Commit
5c06543
·
verified ·
1 Parent(s): a62cf0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
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.write('You Can Contact me only in instagram')
255
- st.link_button('\n \t \t \t Instagram Account \t \t \r \n','https://www.instagram.com/i_suck_at_coding.256/')
 
 
 
 
 
 
 
 
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')