Update app.py
Browse files
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(
|
| 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:
|