Skip to content

Commit b631511

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Prueba/pages/about_me.py

Lines changed: 3 additions & 3 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("pages/assets/foto.jpg", width= 350)
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)
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("pages/assets/Structural Engineering2.png", width= 300)
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)
3333
st.markdown(
3434
"""
3535
<div style="text-align: center;">
@@ -49,4 +49,4 @@
4949
5050
Harnessing the power of discrete mathematics, the book reveals how automation is revolutionizing the field, not just simplifying but also optimizing the design process. In ensuring structural safety and cost-effectiveness, it aims to pave a path toward a future where structures are not only robust against threats but are also emblematic of efficiency and innovation. Dive in to discover a confluence of tradition and technology, all designed to enhance and enrich the existing knowledge landscape of structural engineering.
5151
"""
52-
)
52+
)

0 commit comments

Comments
 (0)