tomirisg25 commited on
Commit
e9cd28b
·
verified ·
1 Parent(s): c4191d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ SPACE_ID = 27
42
  SPACE_NAME = "Seasonality Engine"
43
  SYMBOLS = ["XAU/USD", "ETH/USD", "SOL/USD"]
44
 
45
- HUB_URL = "https://huggingface.co/spaces/TOMI-HUB/HUB-FINAL"
46
  HUB_SECRET = os.getenv("HUB_SECRET", "TomyrisUltraSecret2026!")
47
 
48
  STARTUP_SLEEP = int(os.getenv("STARTUP_SLEEP", "120"))
 
42
  SPACE_NAME = "Seasonality Engine"
43
  SYMBOLS = ["XAU/USD", "ETH/USD", "SOL/USD"]
44
 
45
+ HUB_URL = "https://TOMI-HUB-HUB-FINAL.hf.space"
46
  HUB_SECRET = os.getenv("HUB_SECRET", "TomyrisUltraSecret2026!")
47
 
48
  STARTUP_SLEEP = int(os.getenv("STARTUP_SLEEP", "120"))