jjvelezo commited on
Commit
913ab65
·
verified ·
1 Parent(s): 87c3c1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from huggingface_hub import login
6
  from dotenv import load_dotenv
7
  import time
8
  from agent import Agente
 
 
9
 
10
  # Cargar variables de entorno
11
  load_dotenv()
 
6
  from dotenv import load_dotenv
7
  import time
8
  from agent import Agente
9
+ print("TOKEN encontrado:", HF_TOKEN[:10] if HF_TOKEN else "NO DEFINIDO")
10
+
11
 
12
  # Cargar variables de entorno
13
  load_dotenv()