Denisijcu commited on
Commit
a2f7e6e
·
verified ·
1 Parent(s): 4d2b121

Update app/dashboard.py

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