Abu1998 commited on
Commit
d91441c
·
verified ·
1 Parent(s): ac19e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():