jonas-luehrs commited on
Commit
0af766f
·
verified ·
1 Parent(s): 3396d34

Sync App files

Browse files
Files changed (1) hide show
  1. 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