Skip to content

Commit 435761c

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 0826f6e commit 435761c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221

222222
st.markdown('##### 📊 **Response Spectra [Elastic and Inelastic]**')
223223

224-
o1, o2 = st.columns([1,1.3])
224+
o1, o2 = st.columns([1,1.7])
225225
with o1:
226226
st.metric(label='Max Sae', value=f"{np.max(Sae):.4f}", delta='g')
227227
st.metric(label='Max Sai', value=f"{np.max(Sai):.4f}", delta='g')

0 commit comments

Comments
 (0)