Update app.py
Browse files
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
|
| 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
|