Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,8 @@ if selected == 'About me':
|
|
| 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 |
st.write('---')
|
| 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:
|
|
|
|
| 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 |
st.write('---')
|
| 37 |
if selected == 'Tools and Experience':
|
| 38 |
+
|
| 39 |
+
st.write('# Below are the tools I use to train AI and the Machine Learning and Deep Learning models I have expertise in')
|
| 40 |
st.write('# Tools I use to train AI')
|
| 41 |
col1,col2,col3,col4 = st.columns(4)
|
| 42 |
with col1:
|