Spaces:
Build error
Build error
Sync App files
Browse files- drug_app.py +1 -1
drug_app.py
CHANGED
|
@@ -22,7 +22,7 @@ def predict_drug(age, sex, blood_pressure, cholesterol, na_to_k_ratio):
|
|
| 22 |
|
| 23 |
Args:
|
| 24 |
age (int): Age of patient
|
| 25 |
-
sex (str): Sex of patient
|
| 26 |
blood_pressure (str): Blood pressure level
|
| 27 |
cholesterol (str): Cholesterol level
|
| 28 |
na_to_k_ratio (float): Ratio of sodium to potassium in blood
|
|
|
|
| 22 |
|
| 23 |
Args:
|
| 24 |
age (int): Age of patient
|
| 25 |
+
sex (str): Sex of patient
|
| 26 |
blood_pressure (str): Blood pressure level
|
| 27 |
cholesterol (str): Cholesterol level
|
| 28 |
na_to_k_ratio (float): Ratio of sodium to potassium in blood
|