bubuuunel commited on
Commit
59792d2
·
verified ·
1 Parent(s): 3e0084a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
28
  log_folder = log_file.parent
29
 
30
  scheduler = CommitScheduler(
31
- repo_id="-----------", # provide a name "insurance-charge-mlops-logs" for the repo_id
32
  repo_type="dataset",
33
  folder_path=log_folder,
34
  path_in_repo="data",
 
28
  log_folder = log_file.parent
29
 
30
  scheduler = CommitScheduler(
31
+ repo_id="healthylife-insurance-charge-log", # provide a name "insurance-charge-mlops-logs" for the repo_id
32
  repo_type="dataset",
33
  folder_path=log_folder,
34
  path_in_repo="data",