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