Skip to content

Commit c34237a

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 101f02c commit c34237a

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,8 @@
2525

2626
st.markdown('You can find me on : [![Web Page](https://img.shields.io/badge/Web%20Page-caceli.net-blue)](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[![GitHub Carlos Celi](https://img.shields.io/github/followers/Normando1945?label=follow&style=social)](https://github.com/Normando1945)[![ResearchGate](https://img.shields.io/badge/-ResearchGate-00CCBB?style=social&logo=researchgate)](https://www.researchgate.net/profile/Carlos-Celi)[![Google Scholar](https://img.shields.io/badge/-Google%20Scholar-4285F4?style=social&logo=google)](https://scholar.google.com.ec/citations?hl=es&user=yR4Gz7kAAAAJ)')
2727

28-
st.markdown(
29-
'''
30-
##### :open_book: Description
31-
32-
This simple app performs spectral calculations using the NEC-SE-DS-2015 Ecuadorian Code. It computes the Elastic and Inelastic Acceleration Response Spectra for a range of structural periods and visualizes the results.
33-
34-
'''
35-
)
36-
37-
38-
st.markdown('##### :ledger: **About the Author**')
28+
###################################### Author #########################################################
29+
st.markdown('##### :Nerd Face: **About the Author**')
3930
with st.expander("**Click to read more**"):
4031
coll1, coll2 = st.columns([1,1])
4132
with coll1:
@@ -55,7 +46,18 @@
5546
"""
5647
)
5748

58-
st.markdown('##### :ledger: **More Information**')
49+
###################################### Description #########################################################
50+
st.markdown(
51+
'''
52+
##### :open_book: Description
53+
54+
This simple app performs spectral calculations using the NEC-SE-DS-2015 Ecuadorian Code. It computes the Elastic and Inelastic Acceleration Response Spectra for a range of structural periods and visualizes the results.
55+
56+
'''
57+
)
58+
59+
###################################### More Information #########################################################
60+
st.markdown('##### :ledger: **More Information about this Simple App**')
5961
with st.expander("**Click to read more**"):
6062
j1, j2 = st.columns([1, 2])
6163
with j1:

0 commit comments

Comments
 (0)