csankaran3 commited on
Commit
80a2158
·
verified ·
1 Parent(s): eb11ab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 - Engine fault prediction application")
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