Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ if selected == 'About me':
|
|
| 63 |
st.write('I am currently in High school')
|
| 64 |
st.write('I have been learning Machine learning since 2021 and have Made more than 50 projects in the field of Machine Learning')
|
| 65 |
st.write('---')
|
| 66 |
-
|
| 67 |
st.header('Tools and Expertise')
|
| 68 |
col1,col2 = st.columns(2)
|
| 69 |
with col1:
|
|
@@ -249,7 +249,7 @@ elif selected == 'Projects':
|
|
| 249 |
|
| 250 |
st.write('To see other projects, You can Visit my profile on HuggingFace')
|
| 251 |
st.link_button('\n \t \t \t HuggingFace Account \t \t \r \n','https://huggingface.co/Beasto')
|
| 252 |
-
|
| 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/')
|
|
|
|
| 63 |
st.write('I am currently in High school')
|
| 64 |
st.write('I have been learning Machine learning since 2021 and have Made more than 50 projects in the field of Machine Learning')
|
| 65 |
st.write('---')
|
| 66 |
+
elif selected == 'Tools and Experience':
|
| 67 |
st.header('Tools and Expertise')
|
| 68 |
col1,col2 = st.columns(2)
|
| 69 |
with col1:
|
|
|
|
| 249 |
|
| 250 |
st.write('To see other projects, You can Visit my profile on HuggingFace')
|
| 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/')
|