RobPruzan commited on
Commit
aecacb1
1 Parent(s): 2c672d9

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 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(level) < 0:
455
  continue
456
  sum+= lvl
457
  total += 1