Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
16acf43
1
Parent(s):
6a98460
bugfix: fixed CLIENTE for Cliente
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ elif page == "Articles Recommendations":
|
|
275 |
|
276 |
# Comprobar si el cliente está en el CSV de fieles
|
277 |
|
278 |
-
is_fiel = customer_code in fieles_df['
|
279 |
|
280 |
if customer_code:
|
281 |
if is_fiel:
|
|
|
275 |
|
276 |
# Comprobar si el cliente está en el CSV de fieles
|
277 |
|
278 |
+
is_fiel = customer_code in fieles_df['Cliente'].astype(str).values
|
279 |
|
280 |
if customer_code:
|
281 |
if is_fiel:
|