Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"input": [
|
|
|
|
|
|
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"input": [
|
| 3 |
+
{"AgeCategory": 0, "Stroke": 1, "Diabetic_Yes": 1, "KidneyDisease": 1, "Smoking": 1, "SkinCancer": 1, "Is_Male": 1, "BMI": 0, "Asthma": 1, "Race_White": 1, "AlcoholDrinking": 1, "GenHealth": 0}
|
| 4 |
+
]
|
| 5 |
}
|