randmimc commited on
Commit
c203dc8
·
verified ·
1 Parent(s): 4ee4257

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -68,5 +68,5 @@ if st.session_state.selection == "":
68
  elif st.session_state.selection == "2024-09-26":
69
  normal(df, "ECU_DPFSoot")
70
  else:
71
- anormal(df, "ECU_DPFSoot", warning, text_input, audio_base64)
72
 
 
68
  elif st.session_state.selection == "2024-09-26":
69
  normal(df, "ECU_DPFSoot")
70
  else:
71
+ anormal(df, "ECU_DPFSoot", warning, text_input)
72