Spaces:
Runtime error
Runtime error
minor repo change 2
Browse files
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/
|
273 |
-
org_names_url = "https://huggingface.co/datasets/Weyaxi/
|
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)
|