Update app.py
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@ model = joblib.load(model_path)
|
|
| 11 |
|
| 12 |
# Streamlit UI for Customer Churn Prediction
|
| 13 |
st.set_page_config(page_title="Predictive Maintenance", layout="centered")
|
| 14 |
-
st.title("Predictive Maintenance
|
| 15 |
-
st.write("This App is an internal tool for automobie companies to predict engine condition (Active / Faulty) based on the sensor values.")
|
| 16 |
st.subheader("Kindly enter the sensor details to check whether engine condition is active or faulty.")
|
| 17 |
st.subheader("📊 Sensor Inputs")
|
| 18 |
|
|
|
|
| 11 |
|
| 12 |
# Streamlit UI for Customer Churn Prediction
|
| 13 |
st.set_page_config(page_title="Predictive Maintenance", layout="centered")
|
| 14 |
+
st.title("Predictive Maintenance")
|
| 15 |
+
st.write("This App is an internal tool for automobie companies to predict **engine condition (Active / Faulty)** based on the sensor values.")
|
| 16 |
st.subheader("Kindly enter the sensor details to check whether engine condition is active or faulty.")
|
| 17 |
st.subheader("📊 Sensor Inputs")
|
| 18 |
|