Skip to content

Commit f8d8e02

Browse files
authored
Update about_me.py
1 parent b631511 commit f8d8e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Prueba/pages/about_me.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
col1, col2 = st.columns([1, 1])
88
with col1:
9-
st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/Prueba/pages/assets/foto.jpg", width= 350)
9+
st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/Prueba/pages/assets/foto.jpg", width= 350)
1010
with col2:
1111
st.markdown(
1212
"""
@@ -29,7 +29,7 @@
2929
with st.expander("**Click to read more**"):
3030
j1, j2 = st.columns([1, 1])
3131
with j1:
32-
st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/Prueba/pages/assets/Structural Engineering2.png", width= 300)
32+
st.image("https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/Prueba/pages/assets/Structural Engineering2.png", width= 300)
3333
st.markdown(
3434
"""
3535
<div style="text-align: center;">

0 commit comments

Comments
 (0)