minemaster01 commited on
Commit
6b29772
·
verified ·
1 Parent(s): 9a755d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ os.makedirs("submissions", exist_ok=True)
12
 
13
  # Hugging Face Dataset configuration
14
  HF_TOKEN = os.environ.get("HF_TOKEN") # You'll need to set this as a secret in your Space
15
- DATASET_NAME = "srishtiy/se-culture-dataset-results" # Change to your username/dataset-name
16
  DATASET_CREATED = False
17
 
18
  # States by country dictionary
 
12
 
13
  # Hugging Face Dataset configuration
14
  HF_TOKEN = os.environ.get("HF_TOKEN") # You'll need to set this as a secret in your Space
15
+ DATASET_NAME = "minemaster01/se-culture-dataset-results" # Change to your username/dataset-name
16
  DATASET_CREATED = False
17
 
18
  # States by country dictionary