Update app.py
Browse files
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-
|
| 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=
|
| 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)
|