Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|