EdgarDataScientist commited on
Commit
6399bb4
·
verified ·
1 Parent(s): 02812b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ app_mode = st.sidebar.selectbox("Choose the app mode", ["Diabetes Predictor", "C
36
 
37
  # Diabetes Predictor Section
38
  if app_mode == "Diabetes Predictor":
39
- st.title("BERTO AI😊 : Personalized Diabetes Treatment Predictor")
40
  st.write("""
41
  Berto AI is a personalized diabetes prediction tool built to assist users in better understanding their health risks.
42
  This tool uses a deep learning model powered by PyTorch to predict whether you may have diabetes based on various health indicators.
 
36
 
37
  # Diabetes Predictor Section
38
  if app_mode == "Diabetes Predictor":
39
+ st.title("BERTO AI: Personalized Diabetes Treatment Predictor")
40
  st.write("""
41
  Berto AI is a personalized diabetes prediction tool built to assist users in better understanding their health risks.
42
  This tool uses a deep learning model powered by PyTorch to predict whether you may have diabetes based on various health indicators.