Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,8 @@ def profile_dataset(dataset, username, token, dataset_name):
|
|
21 |
repo_url = create_repo(f"{username}/{dataset_name}", repo_type = "space", token = token, space_sdk = "static")
|
22 |
|
23 |
|
24 |
-
profile.to_file(
|
25 |
-
upload_file(path_or_fileobj =
|
26 |
|
27 |
|
28 |
|
|
|
21 |
repo_url = create_repo(f"{username}/{dataset_name}", repo_type = "space", token = token, space_sdk = "static")
|
22 |
|
23 |
|
24 |
+
profile.to_file("./index.html")
|
25 |
+
upload_file(path_or_fileobj ="./index.html", repo_id =f"{username}/{dataset_name}", repo_type = "space", token=token)
|
26 |
|
27 |
|
28 |
|