Beasto commited on
Commit
fd713b8
·
1 Parent(s): 97af1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- col1 = st.columns(1)
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)