Spaces:
Runtime error
Runtime error
lingyit1108
commited on
Commit
•
b372206
1
Parent(s):
7606460
reduce number of demo customers
Browse files
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", "
|
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 |
|