Miquel Farré commited on
Commit
2639739
·
1 Parent(s): 2709379
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ def commit_signup(username: str) -> Optional[str]:
51
  repo_id=DATASET_REPO,
52
  repo_type="dataset",
53
  operations=[operation],
54
- commit_message=f"Add user {username} to waitlist"
 
55
  )
56
  os.unlink(tmp.name)
57
  return None
 
51
  repo_id=DATASET_REPO,
52
  repo_type="dataset",
53
  operations=[operation],
54
+ commit_message=f"Add user {username} to waitlist",
55
+ token=os.getenv("HF_TOKEN"),
56
  )
57
  os.unlink(tmp.name)
58
  return None