Spaces:
Sleeping
Sleeping
Commit
·
4e4cb4f
1
Parent(s):
16ef08e
Added YAML metadata to README
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# 🩺 Diabetes Risk Predictor
|
2 |
|
3 |
This app uses a logistic regression model trained on the Pima Indians Diabetes dataset to predict whether a patient is diabetic based on medical features.
|
|
|
1 |
+
<pre lang="yaml"> --- title: Diabetes Predictor emoji: 🧬 colorFrom: blue colorTo: green sdk: gradio app_file: app.py description: >- A simple machine learning app that predicts the likelihood of diabetes based on user inputs. license: mit --- </pre>
|
2 |
+
|
3 |
# 🩺 Diabetes Risk Predictor
|
4 |
|
5 |
This app uses a logistic regression model trained on the Pima Indians Diabetes dataset to predict whether a patient is diabetic based on medical features.
|