Beasto commited on
Commit
d44ce8b
·
verified ·
1 Parent(s): 696a82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if selected == 'Tools and Experience':
72
  st_lottie(lottiemaker('Tools.json'),speed=1,width=300,height=200)
73
 
74
  st.write('# Programming Languages')
75
- _,col1,col2,_ = st.columns(2)
76
  with col1:
77
  st.button('\n \t Python \t \n')
78
  with col2:
 
72
  st_lottie(lottiemaker('Tools.json'),speed=1,width=300,height=200)
73
 
74
  st.write('# Programming Languages')
75
+ _,col1,col2,_ = st.columns(4)
76
  with col1:
77
  st.button('\n \t Python \t \n')
78
  with col2: