sasipriyank commited on
Commit
b5ec3c9
·
verified ·
1 Parent(s): 11327ca

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 customer details to check whether they are likely to purchase or not.")
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