davanstrien HF staff commited on
Commit
c80be55
1 Parent(s): 2d83410

Update repository ID to "davanstrien/summary-ratings"

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -24,7 +24,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
24
  hf_api = HfApi(token=HF_TOKEN)
25
 
26
  scheduler = CommitScheduler(
27
- repo_id="davanstrien/votes",
28
  repo_type="dataset",
29
  folder_path="votes",
30
  path_in_repo="data",
 
24
  hf_api = HfApi(token=HF_TOKEN)
25
 
26
  scheduler = CommitScheduler(
27
+ repo_id="davanstrien/summary-ratings",
28
  repo_type="dataset",
29
  folder_path="votes",
30
  path_in_repo="data",