Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ if selected == 'Tools and Experience':
|
|
| 54 |
|
| 55 |
_,col1,col2,col3,_ = st.columns(5)
|
| 56 |
with col1:
|
| 57 |
-
st.button("\n \t Matplotlib
|
| 58 |
with col2:
|
| 59 |
st.button('\n \t Pandas \t \n')
|
| 60 |
with col3:
|
|
@@ -73,7 +73,7 @@ if selected == 'Tools and Experience':
|
|
| 73 |
|
| 74 |
col1,col2,col3,col4 = st.columns(4)
|
| 75 |
with col1:
|
| 76 |
-
st.button("Pix2Pix")
|
| 77 |
with col2:
|
| 78 |
st.button("Object Detection using YOLO")
|
| 79 |
with col3:
|
|
|
|
| 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:
|
|
|
|
| 73 |
|
| 74 |
col1,col2,col3,col4 = st.columns(4)
|
| 75 |
with col1:
|
| 76 |
+
st.button("Paired Image Translation using Pix2Pix")
|
| 77 |
with col2:
|
| 78 |
st.button("Object Detection using YOLO")
|
| 79 |
with col3:
|