GMARTINEZMILLA commited on
Commit
9e9b5c6
·
1 Parent(s): 3583778

feat: updated website

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -263,6 +263,7 @@ elif page == "Customer Analysis":
263
  with st.spinner("We are identifying the customer's cluster..."):
264
  # Find Customer's Cluster
265
  customer_match = customer_clusters[customer_clusters['cliente_id'] == customer_code]
 
266
 
267
 
268
  if not customer_match.empty:
 
263
  with st.spinner("We are identifying the customer's cluster..."):
264
  # Find Customer's Cluster
265
  customer_match = customer_clusters[customer_clusters['cliente_id'] == customer_code]
266
+ time.sleep(2)
267
 
268
 
269
  if not customer_match.empty: