Skip to content

Commit b87b187

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@
139139

140140

141141
st.markdown('##### 📊 **Response Spectra [Elastic and Inelastic]**')
142-
h1 = st.columns([1])
143-
h1 = st.write(Resul)
142+
143+
h1,h2,h3 = st.columns([1,3,1])
144+
h2 = st.write(Resul)
144145

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

0 commit comments

Comments
 (0)