Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ if selected == 'About me':
|
|
| 19 |
with col1:
|
| 20 |
st_lottie(lottie_json, speed=1, width=400, height=400)
|
| 21 |
with col2:
|
| 22 |
-
st.write('Hi, I am a young Machine learning Engineer from West Bengal, India')
|
| 23 |
st.write('I have been learning Machine learning since 2021 and have Made more than 50 projects in the field of Machine Learning')
|
| 24 |
|
| 25 |
col1,col2,col3,col4 = st.columns(4)
|
|
|
|
| 19 |
with col1:
|
| 20 |
st_lottie(lottie_json, speed=1, width=400, height=400)
|
| 21 |
with col2:
|
| 22 |
+
st.write('# Hi, I am a young Machine learning Engineer from West Bengal, India')
|
| 23 |
st.write('I have been learning Machine learning since 2021 and have Made more than 50 projects in the field of Machine Learning')
|
| 24 |
|
| 25 |
col1,col2,col3,col4 = st.columns(4)
|