Skip to content

Commit d6e0e18

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 593da89 commit d6e0e18

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
@@ -197,7 +197,7 @@
197197

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

200-
o1, o2 = st.columns([1,2])
200+
o1, o2 = st.columns([1,1])
201201
with o1:
202202
st.metric(label='Max Sae', value=np.max(Sae), delta='g')
203203
st.metric(label='Max Sai', value=np.max(Sai), delta='g')

0 commit comments

Comments
 (0)