merve HF staff commited on
Commit
3b67f98
1 Parent(s): b86d3cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def profile_dataset(dataset, username, token, dataset_name):
20
  df = pd.read_csv(dataset.name)
21
  profile = pp.ProfileReport(df, title=f"{dataset_name} Report")
22
 
23
- repo_url = create_repo(f"{username}/{dataset_name}", repo_type = "space", token = token, space_sdk = "static")
24
 
25
 
26
  profile.to_file("./index.html")
 
20
  df = pd.read_csv(dataset.name)
21
  profile = pp.ProfileReport(df, title=f"{dataset_name} Report")
22
 
23
+ repo_url = create_repo(f"{username}/{dataset_name}", repo_type = "space", token = token, space_sdk = "static", private=False)
24
 
25
 
26
  profile.to_file("./index.html")