Beasto commited on
Commit
3d9dd3f
·
1 Parent(s): bad8fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -28,7 +28,7 @@ if selected == 'About me':
28
  st.write('# Hi, I am a young Machine learning Engineer from West Bengal, India')
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:
34
  st.image(loadimg('python.jpg'),use_column_width=False)
@@ -54,7 +54,11 @@ if selected == 'About me':
54
  with col3:
55
  st.image(loadimg('pandas.png'),use_column_width=False)
56
  st.write('Pandas')
57
-
 
 
 
 
58
  elif selected == 'Projects':
59
  st.write(selected)
60
  else:
 
28
  st.write('# Hi, I am a young Machine learning Engineer from West Bengal, India')
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:
34
  st.image(loadimg('python.jpg'),use_column_width=False)
 
54
  with col3:
55
  st.image(loadimg('pandas.png'),use_column_width=False)
56
  st.write('Pandas')
57
+
58
+ st.write('# I have Experience in')
59
+
60
+
61
+
62
  elif selected == 'Projects':
63
  st.write(selected)
64
  else: