Spaces:
Runtime error
Runtime error
lingyit1108
commited on
Commit
·
7606460
1
Parent(s):
55966a7
rephrase policies purchased message
Browse files
financial_consultant_persona.py
CHANGED
@@ -150,9 +150,9 @@ with st.expander("Recent engagement.."):
|
|
150 |
|
151 |
st.subheader("Last policies purchased", divider="blue")
|
152 |
st.write("")
|
153 |
-
st.write("Date: 02/12/2017 - PRUActive LinkGuard
|
154 |
st.write("")
|
155 |
-
st.write("Date: 08/11/2013 - PRUWealth Plus (SGD)
|
156 |
st.divider()
|
157 |
|
158 |
st.write("")
|
@@ -219,8 +219,8 @@ Date: 15/06/2022 - Protection need for family
|
|
219 |
Date: 18/02/2019 - Critical Illness coverage gap of S$50,000
|
220 |
|
221 |
Last policies purchased:
|
222 |
-
Date: 02/12/2017 - PRUActive LinkGuard
|
223 |
-
Date: 08/11/2013 - PRUWealth Plus (SGD)
|
224 |
|
225 |
Insights
|
226 |
=========
|
|
|
150 |
|
151 |
st.subheader("Last policies purchased", divider="blue")
|
152 |
st.write("")
|
153 |
+
st.write("Date: 02/12/2017 - Purchased Protection Plan - PRUActive LinkGuard for self")
|
154 |
st.write("")
|
155 |
+
st.write("Date: 08/11/2013 - Purchased Savings Plan - PRUWealth Plus (SGD) for daughter")
|
156 |
st.divider()
|
157 |
|
158 |
st.write("")
|
|
|
219 |
Date: 18/02/2019 - Critical Illness coverage gap of S$50,000
|
220 |
|
221 |
Last policies purchased:
|
222 |
+
Date: 02/12/2017 - Purchased Protection Plan - PRUActive LinkGuard for self
|
223 |
+
Date: 08/11/2013 - Purchased Savings Plan - PRUWealth Plus (SGD) for daughter
|
224 |
|
225 |
Insights
|
226 |
=========
|