Update app.py
Browse files
app.py
CHANGED
|
@@ -27,11 +27,9 @@ if selected == 'About me':
|
|
| 27 |
with col2:
|
| 28 |
st.write('# Hi, I am Pallab Ghosh')
|
| 29 |
st.markdown("##")
|
| 30 |
-
st.
|
| 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")
|
| 37 |
st.write('I am currently in High school')
|
|
|
|
| 27 |
with col2:
|
| 28 |
st.write('# Hi, I am Pallab Ghosh')
|
| 29 |
st.markdown("##")
|
| 30 |
+
st.header('Let me introduce myself')
|
|
|
|
|
|
|
| 31 |
|
| 32 |
+
st.write('I am <strong>Pallab Ghosh</strong> from <strong>West Bengal, India</strong>')
|
| 33 |
st.write('I am a Self Taught Machine Learning Engineer and Programmer')
|
| 34 |
st.write("My passion include Machine Learning, Programming, Gaming, Football, Badminton, Maths, etc")
|
| 35 |
st.write('I am currently in High school')
|