Beasto commited on
Commit
986a4aa
·
1 Parent(s): 71bca5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,13 +23,13 @@ selected = option_menu(
23
  if selected == 'About me':
24
  col1,col2 = st.columns(2)# Display the Lottie animation in the first column
25
  with col1:
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')
 
23
  if selected == 'About me':
24
  col1,col2 = st.columns(2)# Display the Lottie animation in the first column
25
  with col1:
26
+ st_lottie(lottiemaker('Animation - 1704777936737.json'), speed=1, width=400, height=400)
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')