Update app.py
Browse files
app.py
CHANGED
|
@@ -72,9 +72,7 @@ if selected == 'Tools and Experience':
|
|
| 72 |
with col2:
|
| 73 |
st.button('\n \t K Nearest Neighbour \t \n')
|
| 74 |
|
| 75 |
-
|
| 76 |
-
with col1:
|
| 77 |
-
st.button('\n \t Support Vector Machine \t \n')
|
| 78 |
|
| 79 |
st.write('# Deep Learning Architectures')
|
| 80 |
col1,col2,col3,col4 = st.columns(4)
|
|
|
|
| 72 |
with col2:
|
| 73 |
st.button('\n \t K Nearest Neighbour \t \n')
|
| 74 |
|
| 75 |
+
st.button('\n \t Support Vector Machine \t \n')
|
|
|
|
|
|
|
| 76 |
|
| 77 |
st.write('# Deep Learning Architectures')
|
| 78 |
col1,col2,col3,col4 = st.columns(4)
|