Skip to content

Commit 088aa6d

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 334225c commit 088aa6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@
199199

200200
o1, o2 = st.columns([1,1])
201201
with o1:
202-
st.metric(label='Max Sae', value=np.max(Sae), delta=' g ')
203-
# st.metric(label='Max Sae', value=np.max(Sae), delta='g')
202+
st.metric(label='Max Sae', value=np.max(Sae), delta='g')
204203
st.metric(label='Max Sai', value=np.max(Sai), delta='g')
205204
with o2:
206205
st.write(Resul)

0 commit comments

Comments
 (0)