Enoch1359 commited on
Commit
2a119df
·
verified ·
1 Parent(s): 8eea083

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ model = joblib.load(model_path)
11
  st.title("Machine Failure Prediction App")
12
  st.write("""
13
  This application predicts the likelihood of a machine failing based on its operational parameters.
14
- Please enter the sensor and configuration data below to get a prediction.
15
  """)
16
 
17
  # User input
 
11
  st.title("Machine Failure Prediction App")
12
  st.write("""
13
  This application predicts the likelihood of a machine failing based on its operational parameters.
14
+ Please enter the sensor and configuration data below to get a predictions.
15
  """)
16
 
17
  # User input