Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def predict(Gender, Urea, Cr, HbA1c, Chol, TG, HDL, LDL, VLDL, BMI):
|
|
37 |
|
38 |
# Gradio app
|
39 |
with gr.Blocks(theme=gr.themes.Monochrome()) as app:
|
40 |
-
gr.Image("
|
41 |
gr.Markdown("# Diabetes Prediction App")
|
42 |
gr.Markdown(
|
43 |
"This app predicts a patient's diabetes status based on their health parameters. "
|
|
|
37 |
|
38 |
# Gradio app
|
39 |
with gr.Blocks(theme=gr.themes.Monochrome()) as app:
|
40 |
+
gr.Image("imgdiabe.JPG", label="Diabetes Prediction App")
|
41 |
gr.Markdown("# Diabetes Prediction App")
|
42 |
gr.Markdown(
|
43 |
"This app predicts a patient's diabetes status based on their health parameters. "
|