lingyit1108 commited on
Commit
b372206
1 Parent(s): 7606460

reduce number of demo customers

Browse files
Files changed (1) hide show
  1. financial_consultant_persona.py +1 -3
financial_consultant_persona.py CHANGED
@@ -99,9 +99,7 @@ st.subheader("My customers - Hot Lead🔥")
99
  cust_option = st.selectbox(
100
  label="Customer options",
101
  options=(
102
- "Darek Cieslinski", "Anthony Finch", "Ariel CL Ong",
103
- "Deren Meng", "Prabhavathi Bharadwaj", "Tan Li Lin",
104
- "Wei Shan Chin", "Wong Chen Mey", "Wong Ling Yit"),
105
  label_visibility="collapsed"
106
  )
107
 
 
99
  cust_option = st.selectbox(
100
  label="Customer options",
101
  options=(
102
+ "Darek Cieslinski", "Wong Ling Yit"),
 
 
103
  label_visibility="collapsed"
104
  )
105