merve HF staff commited on
Commit
92cb149
1 Parent(s): 25a4dd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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