Beasto commited on
Commit
f002541
·
1 Parent(s): c76e953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)