kingabzpro commited on
Commit
e5df0e0
1 Parent(s): 2a02a57

Sync App files

Browse files
Files changed (1) hide show
  1. drug_app.py +1 -1
drug_app.py CHANGED
@@ -9,7 +9,7 @@ def predict_drug(age, sex, blood_pressure, cholesterol, na_to_k_ratio):
9
 
10
  Args:
11
  age (int): Age of patient
12
- sex (str): Sex of patient (F,M)
13
  blood_pressure (str): Blood pressure level
14
  cholesterol (str): Cholesterol level
15
  na_to_k_ratio (float): Ratio of sodium to potassium in blood
 
9
 
10
  Args:
11
  age (int): Age of patient
12
+ sex (str): Sex of patient
13
  blood_pressure (str): Blood pressure level
14
  cholesterol (str): Cholesterol level
15
  na_to_k_ratio (float): Ratio of sodium to potassium in blood