Skip to content

Commit 5100792

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent fa2ec1d commit 5100792

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105

106106
st.markdown("##### **Response Spectra [Elastic and Inelastic]**")
107107
st.write(Resul)
108-
109108
def display_footer():
110109
footer = """
111110
<style>
@@ -134,13 +133,15 @@ def display_footer():
134133
}
135134
</style>
136135
<div class="footer">
137-
<img class="logo" src="https://github.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/blob/main/fun_SPEC_NEC/logo_TorreFuerte.png" alt="APE Logo">
136+
<img class="logo" src="https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png" alt="APE Logo">
138137
<div class="separator"></div>
139138
<div>
140139
<p>Developed by Nicolás Mora Bowen | <a href="https://www.ape-ec.com" target="_blank">APE</a> | <a href="https://www.nmorabowen.com" target="_blank">Nicolás Mora Bowen</a> | <a href="https://github.com/nmorabowen" target="_blank">GitHub</a></p>
141-
<p>© Version 1.0.1 - July, 2024</p>
140+
<p>© Version 1.0.1 - July, 2024</p>
142141
</div>
143142
</div>
144143
"""
145144
st.markdown(footer, unsafe_allow_html=True)
145+
146+
display_footer()
146147

0 commit comments

Comments
 (0)