kacapower commited on
Commit
1c03246
·
verified ·
1 Parent(s): d76c880

Update app.py

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