Skip to content

Commit 475af4a

Browse files
authored
fix #1630 (#1632)
1 parent 9056260 commit 475af4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/updateHfDataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def hfUpload():
6060
'''
6161
local_filename = '2023-clean.csv'
6262
dest_filename = '2023.csv'
63-
username = 'edwinjue'
64-
repo_name = '311-data-2023'
63+
username = '311-data'
64+
repo_name = '2023'
6565
repo_type = 'dataset'
6666

6767
repo_id = f"{username}/{repo_name}"

0 commit comments

Comments
 (0)