RobPruzan commited on
Commit
a968a38
1 Parent(s): aecacb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -451,7 +451,7 @@ def vocab_level_inter(text):
451
  continue
452
  lvl = int(get_level(i))/4
453
  interp.append((i, lvl))
454
- if int(level) < 0:
455
  continue
456
  sum+= lvl
457
  total += 1
 
451
  continue
452
  lvl = int(get_level(i))/4
453
  interp.append((i, lvl))
454
+ if int(lvl) < 0:
455
  continue
456
  sum+= lvl
457
  total += 1