Spaces:
Runtime error
Runtime error
Update web.py
Browse files
web.py
CHANGED
|
@@ -444,8 +444,12 @@ def web_data():
|
|
| 444 |
"""),
|
| 445 |
|
| 446 |
|
| 447 |
-
|
| 448 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 449 |
|
| 450 |
|
| 451 |
DV("data/sample_en_low.json", 3, "Sample documents that are classified as English but with score less than 0.65"),
|
|
|
|
| 444 |
"""),
|
| 445 |
|
| 446 |
|
| 447 |
+
Details(
|
| 448 |
+
Summary("Non-English Documents"),
|
| 449 |
+
DV("data/sample_non_en.json", 3, "Sample documents that are classified as non-English"),
|
| 450 |
+
),
|
| 451 |
+
|
| 452 |
+
#DV("data/sample_non_en.json", 3, "Sample documents that are classified as non-English"),
|
| 453 |
|
| 454 |
|
| 455 |
DV("data/sample_en_low.json", 3, "Sample documents that are classified as English but with score less than 0.65"),
|