Skip to content

Commit 857b2d7

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
st.markdown(
2626
'''
27-
#### :open_book: Description
27+
##### :open_book: Description
2828
2929
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.
3030
3131
'''
3232
)
3333

34-
st.markdown('#### :ledger: **More Information**')
34+
st.markdown('##### :ledger: **More Information**')
3535
with st.expander("**Click to read more**"):
3636
j1, j2 = st.columns([1, 2])
3737
with j1:
@@ -59,7 +59,7 @@
5959
''', unsafe_allow_html=True
6060
)
6161

62-
st.markdown('#### :scroll: **Parameters**')
62+
st.markdown('##### :scroll: **Parameters**')
6363

6464

6565
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)