amirtavasoli commited on
Commit
2995d72
·
verified ·
1 Parent(s): 0090d66

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.