Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ HfFolder.save_token(HF_TOKEN)
|
|
12 |
|
13 |
# Define constants for the dataset path and local storage
|
14 |
STORAGE_PATH = "appointments.csv"
|
15 |
-
REPO_ID = "Abu1998/DataCollection" # This is your dataset repository on Hugging Face
|
16 |
|
17 |
# Function to upload CSV to Hugging Face
|
18 |
def upload_to_huggingface():
|
|
|
12 |
|
13 |
# Define constants for the dataset path and local storage
|
14 |
STORAGE_PATH = "appointments.csv"
|
15 |
+
REPO_ID = "/huggingface.co/datasets/Abu1998/DataCollection" # This is your dataset repository on Hugging Face
|
16 |
|
17 |
# Function to upload CSV to Hugging Face
|
18 |
def upload_to_huggingface():
|