mayankchugh-learning commited on
Commit
72b8a24
·
verified ·
1 Parent(s): d3fc250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import CommitScheduler
12
  from pathlib import Path
13
 
14
 
15
- Prepare the logging functionality
16
 
17
  log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
18
  log_folder = log_file.parent
 
12
  from pathlib import Path
13
 
14
 
15
+ # Prepare the logging functionality
16
 
17
  log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
18
  log_folder = log_file.parent