Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- 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
|
| 13 |
-
st.title("Predective
|
| 14 |
-
st.write("The Predective
|
| 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
|