Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -12,7 +12,7 @@ model = joblib.load(model_path)
|
|
| 12 |
# Streamlit UI for Customer Churn Prediction
|
| 13 |
st.title("Predective Maintainencen App")
|
| 14 |
st.write("The Predective Maintainencen App is an internal tool for customer that predicts whether Machine sensor is failed or not.")
|
| 15 |
-
st.write("Kindly enter the
|
| 16 |
|
| 17 |
# Collect user input
|
| 18 |
|
|
|
|
| 12 |
# Streamlit UI for Customer Churn Prediction
|
| 13 |
st.title("Predective Maintainencen App")
|
| 14 |
st.write("The Predective Maintainencen App is an internal tool for customer that predicts whether Machine sensor is failed or not.")
|
| 15 |
+
st.write("Kindly enter the details to check whether Machine sensor is failed or not.")
|
| 16 |
|
| 17 |
# Collect user input
|
| 18 |
|