mislavb commited on
Commit
86ef96b
·
1 Parent(s): 55f0cbc

modify dataset to invariant org

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ DB_FILE = "./reviews.db"
33
  repo = huggingface_hub.Repository(
34
  local_dir="hf_data",
35
  repo_type="dataset",
36
- clone_from="https://huggingface.co/datasets/mislavb/test-ctf",
37
  use_auth_token=hf_ctf_sync_token,
38
  git_user="ctf_bot",
39
  git_email="[email protected]",
 
33
  repo = huggingface_hub.Repository(
34
  local_dir="hf_data",
35
  repo_type="dataset",
36
+ clone_from="https://huggingface.co/datasets/invariantlabs/agent-ctf",
37
  use_auth_token=hf_ctf_sync_token,
38
  git_user="ctf_bot",
39
  git_email="[email protected]",