Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def loadimg(path):
|
|
| 15 |
|
| 16 |
selected = option_menu(
|
| 17 |
menu_title=None,
|
| 18 |
-
options = ['About me','Projects','Contacts'],
|
| 19 |
default_index=0,
|
| 20 |
orientation="horizontal"
|
| 21 |
)
|
|
@@ -25,9 +25,16 @@ if selected == 'About me':
|
|
| 25 |
with col1:
|
| 26 |
st_lottie(lottiemaker('Animation - 1704777936737.json'), speed=1, width=250, height=250)
|
| 27 |
with col2:
|
| 28 |
-
st.write('# Hi, I am
|
| 29 |
-
st.write('I have been learning Machine learning since 2021 and have Made more than 50 projects in the field of Machine Learning')
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
st.write('# Tools I use to train AI')
|
| 32 |
col1,col2,col3,col4 = st.columns(4)
|
| 33 |
with col1:
|
|
|
|
| 15 |
|
| 16 |
selected = option_menu(
|
| 17 |
menu_title=None,
|
| 18 |
+
options = ['About me','Tools and Experience','Projects','Contacts'],
|
| 19 |
default_index=0,
|
| 20 |
orientation="horizontal"
|
| 21 |
)
|
|
|
|
| 25 |
with col1:
|
| 26 |
st_lottie(lottiemaker('Animation - 1704777936737.json'), speed=1, width=250, height=250)
|
| 27 |
with col2:
|
| 28 |
+
st.write('# Hi, I am Pallab Ghosh')
|
|
|
|
| 29 |
|
| 30 |
+
st.header('Let me introduce myself')
|
| 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")
|
| 34 |
+
st.write('# I am currently in High school')
|
| 35 |
+
st.write('# I have been learning Machine learning since 2021 and have Made more than 50 projects in the field of Machine Learning')
|
| 36 |
+
|
| 37 |
+
if selected == 'Tools and Experience':
|
| 38 |
st.write('# Tools I use to train AI')
|
| 39 |
col1,col2,col3,col4 = st.columns(4)
|
| 40 |
with col1:
|