Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ install("datasets")
|
|
10 |
from datasets import load_dataset
|
11 |
|
12 |
auth_token = os.environ.get("AUTH_TOKEN")
|
13 |
-
code = load_dataset("osiria/cortex_python",
|
14 |
|
15 |
code = "\n".join(code["train"]["text"])
|
16 |
|
|
|
10 |
from datasets import load_dataset
|
11 |
|
12 |
auth_token = os.environ.get("AUTH_TOKEN")
|
13 |
+
code = load_dataset("osiria/cortex_python", token=auth_token)
|
14 |
|
15 |
code = "\n".join(code["train"]["text"])
|
16 |
|