Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ model_path = hf_hub_download(repo_id="LearnGenAI765/PIMA-Diabetes-Prediction-V3"
|
|
| 8 |
model = joblib.load(model_path)
|
| 9 |
|
| 10 |
# Streamlit UI for Machine Failure Prediction
|
| 11 |
-
st.title("PIMA Diabetes Prediction App")
|
| 12 |
st.write("""
|
| 13 |
This application predicts the likelihood of a patient having diabetes based on their health attributes.
|
| 14 |
Please enter the sensor and configuration data below to get a prediction.
|
|
|
|
| 8 |
model = joblib.load(model_path)
|
| 9 |
|
| 10 |
# Streamlit UI for Machine Failure Prediction
|
| 11 |
+
st.title("PIMA Diabetes Prediction App (new version!)")
|
| 12 |
st.write("""
|
| 13 |
This application predicts the likelihood of a patient having diabetes based on their health attributes.
|
| 14 |
Please enter the sensor and configuration data below to get a prediction.
|