Skip to content

Commit c6f907b

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 4c8f345 commit c6f907b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
o1, o2 = st.columns([1,1])
201201
with o1:
202202
st.metric(label='Max Sae', value=np.max(Sae), delta='g')
203+
st.metric(label='Max Sai', value=np.max(Sai), delta='g')
203204
with o2:
204205
st.write(Resul)
205206

0 commit comments

Comments
 (0)