Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,11 +16,7 @@ SOURCES = [
|
|
| 16 |
# phi
|
| 17 |
"tokenized/phi__programming_books.bin",
|
| 18 |
# code — all 16 languages
|
| 19 |
-
"tokenized/
|
| 20 |
-
"tokenized/code__shard_000000_JavaScript.bin",
|
| 21 |
-
"tokenized/code__shard_000000_TypeScript.bin",
|
| 22 |
-
"tokenized/code__shard_000000_TypeScript.bin",
|
| 23 |
-
"tokenized/code__shard_000000_Shell.bin",
|
| 24 |
"tokenized/code__shard_000000_C.bin",
|
| 25 |
"tokenized/code__shard_000000_C++.bin",
|
| 26 |
"tokenized/code__shard_000000_Java.bin",
|
|
|
|
| 16 |
# phi
|
| 17 |
"tokenized/phi__programming_books.bin",
|
| 18 |
# code — all 16 languages
|
| 19 |
+
"tokenized/code__shard_000000_CSS.bin",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"tokenized/code__shard_000000_C.bin",
|
| 21 |
"tokenized/code__shard_000000_C++.bin",
|
| 22 |
"tokenized/code__shard_000000_Java.bin",
|