Abu1998 commited on
Commit
6c645a0
·
verified ·
1 Parent(s): ef9069d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import Repository
7
  # Constants
8
  HF_TOKEN = os.getenv("HF_TOKEN") # Retrieve token from environment variables
9
  STORAGE_PATH = "appointments.csv" # Local CSV file path
10
- REPO_ID = "Abu1998/DataCollection" # Your Hugging Face dataset repo
11
 
12
  # Ensure the CSV file exists locally
13
  if not os.path.exists(STORAGE_PATH):
 
7
  # Constants
8
  HF_TOKEN = os.getenv("HF_TOKEN") # Retrieve token from environment variables
9
  STORAGE_PATH = "appointments.csv" # Local CSV file path
10
+ REPO_ID = "/huggingface.co/datasets/Abu1998/DataCollection" # Your Hugging Face dataset repo
11
 
12
  # Ensure the CSV file exists locally
13
  if not os.path.exists(STORAGE_PATH):