Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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
|
| 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 |
|