File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 105
105
106
106
st .markdown ("##### **Response Spectra [Elastic and Inelastic]**" )
107
107
st .write (Resul )
108
-
109
108
def display_footer ():
110
109
footer = """
111
110
<style>
@@ -134,13 +133,15 @@ def display_footer():
134
133
}
135
134
</style>
136
135
<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">
138
137
<div class="separator"></div>
139
138
<div>
140
139
<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>
142
141
</div>
143
142
</div>
144
143
"""
145
144
st .markdown (footer , unsafe_allow_html = True )
145
+
146
+ display_footer ()
146
147
You can’t perform that action at this time.
0 commit comments