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

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. streamlit_app.py +3 -3
streamlit_app.py CHANGED
@@ -9,9 +9,9 @@ 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 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
 
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.")
16
 
17
  # Collect user input