clr commited on
Commit
c81d6d1
·
1 Parent(s): f68d656

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def f1(langname,lang_aligner):
65
  #plt.ylabel("Consonant length (ms)")
66
 
67
 
68
- maxdat=len(df)
69
 
70
  ds = ds.select([random.randint(maxdat-1)])
71
  #print([th for th in ds.sample()])
 
65
  #plt.ylabel("Consonant length (ms)")
66
 
67
 
68
+ maxdat=len(ds)
69
 
70
  ds = ds.select([random.randint(maxdat-1)])
71
  #print([th for th in ds.sample()])