lancewilhelm commited on
Commit
0bc227f
1 Parent(s): ef9ce3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ JSON_DATASET_DIR.mkdir(parents=True, exist_ok=True)
22
  JSON_DATASET_PATH = JSON_DATASET_DIR / f"{uuid4()}.json"
23
 
24
  scheduler = CommitScheduler(
25
- repo_id='lancewilhelm/cs6804_final',
26
  repo_type='dataset',
27
  folder_path=JSON_DATASET_DIR,
28
  path_in_repo='data',
 
22
  JSON_DATASET_PATH = JSON_DATASET_DIR / f"{uuid4()}.json"
23
 
24
  scheduler = CommitScheduler(
25
+ repo_id='lancewilhelm/cs6804_final_v2',
26
  repo_type='dataset',
27
  folder_path=JSON_DATASET_DIR,
28
  path_in_repo='data',