Beasto commited on
Commit
6bc10fb
·
1 Parent(s): 832ce69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,11 +50,11 @@ if selected == 'Tools and Experience':
50
  with col3:
51
  st.button('\n \t Numpy \t \n')
52
  with col4:
53
- st.button('\n \t Keras \t \n')
54
 
55
  _,col1,col2,col3,_ = st.columns(5)
56
  with col1:
57
- st.button("\n \t Matplotlib\n")
58
  with col2:
59
  st.button('\n \t Pandas \t \n')
60
  with col3:
 
50
  with col3:
51
  st.button('\n \t Numpy \t \n')
52
  with col4:
53
+ st.button('\n \t Matplotlib \t \n')
54
 
55
  _,col1,col2,col3,_ = st.columns(5)
56
  with col1:
57
+ st.button("\n \t Keras \t \n")
58
  with col2:
59
  st.button('\n \t Pandas \t \n')
60
  with col3: