jarpan03 commited on
Commit
da16e08
·
verified ·
1 Parent(s): 75d42c3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model_path = hf_hub_download(repo_id="jarpan03/engine-predictive-maintenance-mod
10
  model = joblib.load(model_path)
11
 
12
  # Streamlit UI for Predictive Maintenance Prediction
13
- st.title("Engine Predictive Maintenance Prediction")
14
  st.write("Fill the engine details below to predict if they'll need a maintenance")
15
 
16
  # Collect user input
 
10
  model = joblib.load(model_path)
11
 
12
  # Streamlit UI for Predictive Maintenance Prediction
13
+ st.title("Engine Maintenance Prediction")
14
  st.write("Fill the engine details below to predict if they'll need a maintenance")
15
 
16
  # Collect user input