hedtorresca commited on
Commit
166d718
·
verified ·
1 Parent(s): 4018f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -189,6 +189,8 @@ raw2short = {}
189
  for patt, short in BIO_REGEX:
190
  raw = next(c for c in bio_raw if re.search(patt, c))
191
  raw2short[raw] = short
 
 
192
 
193
  def patron_bio(row):
194
  for raw, flag in ren_bio.items():
 
189
  for patt, short in BIO_REGEX:
190
  raw = next(c for c in bio_raw if re.search(patt, c))
191
  raw2short[raw] = short
192
+ # después de raw2short = { … }
193
+ resumen_bio_map = raw2short.copy()
194
 
195
  def patron_bio(row):
196
  for raw, flag in ren_bio.items():