Denisijcu commited on
Commit
460bf44
·
verified ·
1 Parent(s): e783daf

Update app/dashboard.py

Browse files
Files changed (1) hide show
  1. app/dashboard.py +1 -1
app/dashboard.py CHANGED
@@ -8,7 +8,7 @@ import json
8
  import os
9
 
10
  # --- CONFIGURACIÓN DE RUTAS Y RED ---
11
- BACKEND_URL = os.getenv("BACKEND_URL", "http://vertex-backend:8010")
12
  WATCHLIST_FILE = "app/watchlist.json"
13
 
14
  def load_watchlist():
 
8
  import os
9
 
10
  # --- CONFIGURACIÓN DE RUTAS Y RED ---
11
+ BACKEND_URL = os.getenv("BACKEND_URL", "https://denisijcu-vertex-risk-engine.hf.space")
12
  WATCHLIST_FILE = "app/watchlist.json"
13
 
14
  def load_watchlist():