Skip to content

Commit 262b69a

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 435761c commit 262b69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+1-1
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.7])
224+
o1, o2 = st.columns([1,2])
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)