Weyaxi commited on
Commit
757f41e
1 Parent(s): f4abdd5

minor repo change 2

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,8 +269,8 @@ def fetch_data_from_url(url):
269
  print(f"Failed to fetch data from URL: {url}")
270
  return []
271
 
272
- user_names_url = "https://huggingface.co/datasets/Weyaxi/user-orgs-huggingface-leaderboard/raw/main/user_names.txt"
273
- org_names_url = "https://huggingface.co/datasets/Weyaxi/user-orgs-huggingface-leaderboard/raw/main/org_names.txt"
274
 
275
  user_names_in_list = fetch_data_from_url(user_names_url)
276
  org_names_in_list = fetch_data_from_url(org_names_url)
 
269
  print(f"Failed to fetch data from URL: {url}")
270
  return []
271
 
272
+ user_names_url = "https://huggingface.co/datasets/Weyaxi/users-and-organizations/raw/main/user_names.txt"
273
+ org_names_url = "https://huggingface.co/datasets/Weyaxi/users-and-organizations/raw/main/org_names.txt"
274
 
275
  user_names_in_list = fetch_data_from_url(user_names_url)
276
  org_names_in_list = fetch_data_from_url(org_names_url)