Skip to content

Commit 6337f66

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 5711565 commit 6337f66

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,16 @@
2222

2323
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)')
2424

25-
st.markdown('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.')
25+
st.markdown(
26+
'''
27+
#### :open_book: Description
28+
29+
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.
30+
31+
'''
32+
)
2633

34+
st.markdown('#### :ledger: **More Information**')
2735
with st.expander("**Click to read more**"):
2836
j1, j2 = st.columns([1, 2])
2937
with j1:
@@ -51,7 +59,7 @@
5159
''', unsafe_allow_html=True
5260
)
5361

54-
st.markdown("#### **Parameters**")
62+
st.markdown('#### :scroll: **Parameters**')
5563

5664

5765
n = st.number_input('**n**: Ratio between spectral ordinates **Sa(T = 0.1 s)** and **PGA**:', value=2.48, step=0.1)

0 commit comments

Comments
 (0)