Skip to content

Commit b163139

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@
199199

200200
o1, o2 = st.columns([1,1])
201201
with o1:
202-
st.write(Resul)
202+
RE = st.write(Resul)
203203
with o2:
204-
st.write(Resul)
204+
RE = st.write(Resul)
205205

206206

207207

0 commit comments

Comments
 (0)