Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
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":
|
4 |
]
|
5 |
}
|
|
|
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": '1'}
|
4 |
]
|
5 |
}
|