sayakpaul HF Staff commited on
Commit
b9cb442
·
verified ·
1 Parent(s): 12822e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def _normalize_username(value: Any) -> str:
31
  def _normalize_pr(value: Any) -> str:
32
  return str(value or "").strip()
33
 
34
- dataset = load_dataset(VALIDATION_DATASET_ID, split="train")
35
  _VALIDATION_INDEX = {
36
  (
37
  _normalize_username(record.get("github_username")),
 
31
  def _normalize_pr(value: Any) -> str:
32
  return str(value or "").strip()
33
 
34
+ dataset = load_dataset(VALIDATION_DATASET_ID, split="train", token=PUSH_TOKEN)
35
  _VALIDATION_INDEX = {
36
  (
37
  _normalize_username(record.get("github_username")),