Upload folder using huggingface_hub
Browse files
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
|
| 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
|