osiria commited on
Commit
19ce449
·
verified ·
1 Parent(s): 7ebd502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ install("datasets")
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"])
 
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"])