OGOGOG commited on
Commit
bdc790b
·
verified ·
1 Parent(s): dbdf739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ EMBED_MODEL = "sentence-transformers/all-MiniLM-L6-v2"
13
  FLAVOR_BOOST = 0.20
14
 
15
  # Permanent background image URL (set your own here)
16
- BACKGROUND_IMAGE_URL = "https://raw.githubusercontent.com/<user>/<repo>/main/images/background.jpg"
17
 
18
  # If dataset is private, add Space secret HF_TOKEN (read scope)
19
  HF_READ_TOKEN = os.getenv("HF_TOKEN") or os.getenv("HUGGING_FACE_HUB_TOKEN")
 
13
  FLAVOR_BOOST = 0.20
14
 
15
  # Permanent background image URL (set your own here)
16
+ BACKGROUND_IMAGE_URL = "https://huggingface.co/spaces/OGOGOG/AI-Bartender/mainScreenshot 2025-06-30 at 7.13.18 PM.png"
17
 
18
  # If dataset is private, add Space secret HF_TOKEN (read scope)
19
  HF_READ_TOKEN = os.getenv("HF_TOKEN") or os.getenv("HUGGING_FACE_HUB_TOKEN")