merve HF staff commited on
Commit
25a4dd3
1 Parent(s): 3a1ad60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(f"./index.html")
25
- upload_file(path_or_fileobj =f"./index.html", repo_id =f"{username}/{dataset_name}", repo_type = "space", token=token)
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