Skip to content

Commit b20e6b7

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent af27dd6 commit b20e6b7

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

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

200-
col1, col2 = st.columns([1,1])
201-
with col1:
200+
o1, o2 = st.columns([1,1])
201+
with o1:
202202
st.write(Resul)
203-
with col2:
203+
with o2:
204204
st.write(Resul)
205205

206206

0 commit comments

Comments
 (0)