Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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.
|