Romanes commited on
Commit
a89cde2
·
verified ·
1 Parent(s): 421722e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def aplicar_reglas(query: str):
218
  return df, f"⚙️ Regla activada: {r['motivo']}"
219
  return None, None
220
 
221
- # -----------------------------
222
  # Carga perezosa de artefactos
223
  # -----------------------------
224
  VECTOR = None
 
218
  return df, f"⚙️ Regla activada: {r['motivo']}"
219
  return None, None
220
 
221
+ # ----------------------------
222
  # Carga perezosa de artefactos
223
  # -----------------------------
224
  VECTOR = None