Skip to content

Commit c7e1525

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent b163139 commit c7e1525

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,7 @@
197197

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

200-
o1, o2 = st.columns([1,1])
201-
with o1:
202-
RE = st.write(Resul)
203-
with o2:
204-
RE = st.write(Resul)
200+
st.write(Resul)
205201

206202

207203

0 commit comments

Comments
 (0)