Beasto commited on
Commit
1ba0a75
·
1 Parent(s): 238cd9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -3,11 +3,10 @@ from streamlit_option_menu import option_menu
3
  import json
4
  from streamlit_lottie import st_lottie
5
  from PIL import Image
6
-
7
  page_bg_img = '''
8
  <style>
9
  body {
10
- background-image: url("https://images.unsplash.com/photo-1526374965328-7f61d4dc18c5?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
11
  background-size: cover;
12
  }
13
  </style>
@@ -51,7 +50,7 @@ if selected == 'Tools and Experience':
51
  with col1:
52
  st.write('Below are the tools I use to train AI and the Machine Learning and Deep Learning models I have expertise in')
53
  with col2:
54
- st_lottie(lottiemaker('Tools.json'),speed=1,width=100,height=100)
55
 
56
  st.write('# Machine Learning Frameworks')
57
  col1,col2,col3 = st.columns(3)
 
3
  import json
4
  from streamlit_lottie import st_lottie
5
  from PIL import Image
 
6
  page_bg_img = '''
7
  <style>
8
  body {
9
+ background-image: url("https://images.unsplash.com/photo-1542281286-9e0a16bb7366");
10
  background-size: cover;
11
  }
12
  </style>
 
50
  with col1:
51
  st.write('Below are the tools I use to train AI and the Machine Learning and Deep Learning models I have expertise in')
52
  with col2:
53
+ st_lottie(lottiemaker('Tools.json'),speed=1,width=300,height=300)
54
 
55
  st.write('# Machine Learning Frameworks')
56
  col1,col2,col3 = st.columns(3)