File tree Expand file tree Collapse file tree 1 file changed +39
-39
lines changed Expand file tree Collapse file tree 1 file changed +39
-39
lines changed Original file line number Diff line number Diff line change 106
106
st .markdown ("##### **Response Spectra [Elastic and Inelastic]**" )
107
107
st .write (Resul )
108
108
109
- # def display_footer():
110
- # footer = """
111
- # <style>
112
- # .footer {
113
- # position: fixed;
114
- # left: 0;
115
- # bottom: 0;
116
- # width: 100%;
117
- # background-color: white;
118
- # color: black;
119
- # text-align: center;
120
- # padding: 10px;
121
- # border-top: 1px solid #eaeaea;
122
- # display: flex;
123
- # align-items: center;
124
- # justify-content: center;
125
- # }
126
- # .footer .logo {
127
- # height: 60px; /* Increased size */
128
- # margin-right: 5px;
129
- # }
130
- # .footer .separator {
131
- # border-left: 2px solid #eaeaea;
132
- # height: 50px;
133
- # margin-right: 5px;
134
- # }
135
- # </style>
136
- # <div class="footer">
137
- # <img class="logo" src="https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png" alt="TorreFuerte Logo">
138
- # <div class="separator"></div>
139
- # <div>
140
- # <p>Developed by Carlos Celi | <a href="https://www.http://torrefuerte.ec" target="_blank">TORREFUERTE</a> | <a href="https://www.caceli.net" target="_blank">Carlos Celi</a> | <a href="https://github.com/Normando1945" target="_blank">GitHub</a></p>
141
- # <p>© Version 1.0.1 - July, 2024</p>
142
- # </div>
143
- # </div>
144
- # """
145
- # st.markdown(footer, unsafe_allow_html=True)
146
-
147
- # display_footer()
109
+ def display_footer ():
110
+ footer = """
111
+ <style>
112
+ .footer {
113
+ position: fixed;
114
+ left: 0;
115
+ bottom: 0;
116
+ width: 100%;
117
+ background-color: white;
118
+ color: black;
119
+ text-align: center;
120
+ padding: 10px;
121
+ border-top: 1px solid #eaeaea;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+ .footer .logo {
127
+ height: 60px; /* Increased size */
128
+ margin-right: 5px;
129
+ }
130
+ .footer .separator {
131
+ border-left: 2px solid #eaeaea;
132
+ height: 50px;
133
+ margin-right: 5px;
134
+ }
135
+ </style>
136
+ <div class="footer">
137
+ <img class="logo" src="https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png" alt="TorreFuerte Logo">
138
+ <div class="separator"></div>
139
+ <div>
140
+ <p>Developed by Carlos Celi | <a href="https://www.http://torrefuerte.ec" target="_blank">TORREFUERTE</a> | <a href="https://www.caceli.net" target="_blank">Carlos Celi</a> | <a href="https://github.com/Normando1945" target="_blank">GitHub</a></p>
141
+ <p>© Version 1.0.1 - July, 2024</p>
142
+ </div>
143
+ </div>
144
+ """
145
+ st .markdown (footer , unsafe_allow_html = True )
146
+
147
+ display_footer ()
148
148
You can’t perform that action at this time.
0 commit comments