You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fun_SPEC_NEC/SpecNec_executable_streamlit.py
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,16 @@
22
22
23
23
st.markdown('You can find me on : [](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[](https://github.com/Normando1945)[](https://www.researchgate.net/profile/Carlos-Celi)[](https://scholar.google.com.ec/citations?hl=es&user=yR4Gz7kAAAAJ)')
24
24
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
+
)
26
33
34
+
st.markdown('#### :ledger: **More Information**')
27
35
withst.expander("**Click to read more**"):
28
36
j1, j2=st.columns([1, 2])
29
37
withj1:
@@ -51,7 +59,7 @@
51
59
''', unsafe_allow_html=True
52
60
)
53
61
54
-
st.markdown("#### **Parameters**")
62
+
st.markdown('#### :scroll: **Parameters**')
55
63
56
64
57
65
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