ashishkgpian commited on
Commit
dd25d29
·
verified ·
1 Parent(s): 2a62e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ classifier = pipeline(
10
  )
11
 
12
  # Load ICD9 codes data
13
- icd9_data = pd.read_csv('')
14
 
15
  def classify_symptoms(text):
16
  try:
 
10
  )
11
 
12
  # Load ICD9 codes data
13
+ icd9_data = pd.read_csv('D_ICD_DIAGNOSES.csv')
14
 
15
  def classify_symptoms(text):
16
  try: