Skip to content

Commit b85c3a0

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent eee8a12 commit b85c3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

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

200200
o1, o2 = st.columns([1,1])
201201
with o1:
202-
st.metric(label='Max Sae',value = np.max(Sae))
202+
st.metric(label='Max Sae',value = np.max(Sae), ' g ')
203203
with o2:
204204
st.write(Resul)
205205

0 commit comments

Comments
 (0)