Update app.py
Browse files
app.py
CHANGED
|
@@ -26,8 +26,11 @@ if selected == 'About me':
|
|
| 26 |
st_lottie(lottiemaker('Animation - 1704777936737.json'), speed=1, width=200, height=200)
|
| 27 |
with col2:
|
| 28 |
st.write('# Hi, I am Pallab Ghosh')
|
| 29 |
-
|
| 30 |
-
st.
|
|
|
|
|
|
|
|
|
|
| 31 |
st.write('I am Pallab Ghosh from West Bengal, India')
|
| 32 |
st.write('I am a Self Taught Machine Learning Engineer and Programmer')
|
| 33 |
st.write("My passion include Machine Learning, Programming, Gaming, Football, Badminton, Maths, etc")
|
|
|
|
| 26 |
st_lottie(lottiemaker('Animation - 1704777936737.json'), speed=1, width=200, height=200)
|
| 27 |
with col2:
|
| 28 |
st.write('# Hi, I am Pallab Ghosh')
|
| 29 |
+
st.markdown("##")
|
| 30 |
+
st.markdown("##")
|
| 31 |
+
st.markdown("##")
|
| 32 |
+
st.header('#Let me introduce myself')
|
| 33 |
+
|
| 34 |
st.write('I am Pallab Ghosh from West Bengal, India')
|
| 35 |
st.write('I am a Self Taught Machine Learning Engineer and Programmer')
|
| 36 |
st.write("My passion include Machine Learning, Programming, Gaming, Football, Badminton, Maths, etc")
|