Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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
|