Skip to content

Commit

Permalink
fix #1630 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ykaros authored Nov 22, 2023
1 parent 9056260 commit 475af4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/updateHfDataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def hfUpload():
'''
local_filename = '2023-clean.csv'
dest_filename = '2023.csv'
username = 'edwinjue'
repo_name = '311-data-2023'
username = '311-data'
repo_name = '2023'
repo_type = 'dataset'

repo_id = f"{username}/{repo_name}"
Expand Down

0 comments on commit 475af4a

Please sign in to comment.