cdcvd commited on
Commit
f13ffd9
·
verified ·
1 Parent(s): 3fb2884

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def calculate_age(date_string):
78
  age = current_year - year
79
  return age
80
  return None
81
- def extract_ner_info(text, nlp, fixed_loc):
82
  ner_results = nlp(text)
83
  full_name = ''
84
  loc = ''
 
78
  age = current_year - year
79
  return age
80
  return None
81
+ def extract_ner_info(text, nlp):
82
  ner_results = nlp(text)
83
  full_name = ''
84
  loc = ''