Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from huggingface_hub import HfApi, hf_hub_download
|
|
| 12 |
# -----------------------------
|
| 13 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 14 |
APP_PASSWORD = os.getenv("APP_PASSWORD") # Set this in your hf Space Secrets
|
| 15 |
-
DATASET_REPO = "kacapower/
|
| 16 |
THEME_FILE_NAME = "website_theme.xml"
|
| 17 |
|
| 18 |
def save_theme_to_dataset(xml_file):
|
|
|
|
| 12 |
# -----------------------------
|
| 13 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 14 |
APP_PASSWORD = os.getenv("APP_PASSWORD") # Set this in your hf Space Secrets
|
| 15 |
+
DATASET_REPO = "kacapower/music-jobs-db"
|
| 16 |
THEME_FILE_NAME = "website_theme.xml"
|
| 17 |
|
| 18 |
def save_theme_to_dataset(xml_file):
|