Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def f1(langname):
|
|
48 |
elif langname =="Faroese":
|
49 |
ds = corpora.ds_f
|
50 |
|
51 |
-
print(ds.sample())
|
52 |
|
53 |
fig = plt.figure(figsize=(10,4))
|
54 |
plt.axline((0,0),slope=1,color="darkgray")
|
|
|
48 |
elif langname =="Faroese":
|
49 |
ds = corpora.ds_f
|
50 |
|
51 |
+
print([th for th in ds.sample()])
|
52 |
|
53 |
fig = plt.figure(figsize=(10,4))
|
54 |
plt.axline((0,0),slope=1,color="darkgray")
|