Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def profile_dataset(dataset, username, token, dataset_name):
|
|
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 |
|
|
|
22 |
|
23 |
|
24 |
profile.to_file("./index.html")
|
25 |
+
upload_file(path_or_fileobj ="./index.html", path_in_repo = "index.html", repo_id =f"{username}/{dataset_name}", repo_type = "space", token=token)
|
26 |
|
27 |
|
28 |
|