sasipriyank commited on
Commit
b15637b
·
verified ·
1 Parent(s): a354e74

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ model_path = hf_hub_download(repo_id="sasipriyank/predectivemodel", filename="be
9
  # Load the model
10
  model = joblib.load(model_path)
11
 
12
- # Streamlit UI for Prediction Maintainance
13
  st.title("Predective Maintenance App")
14
  st.write("The Predective Maintenance 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.")
 
9
  # Load the model
10
  model = joblib.load(model_path)
11
 
12
+ # Streamlit UI for Prediction Maintenance
13
  st.title("Predective Maintenance App")
14
  st.write("The Predective Maintenance 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.")