Skip to content

Commit b9b8e7a

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent ee57e41 commit b9b8e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139

140140

141141
st.markdown('##### 📊 **Response Spectra [Elastic and Inelastic]**')
142-
st.write(Resul)
142+
h1 = st.columns([1])
143+
h1 = st.write(Resul)
143144

144145
def display_footer():
145146
footer = """

0 commit comments

Comments
 (0)