kk20krishna commited on
Commit
2914bb7
·
verified ·
1 Parent(s): 16fa660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -272,9 +272,6 @@ def ask_question(message, history):
272
  "### 📄 Policy Details\n"
273
  "- Quote or paraphrase the most relevant clauses from the policy.\n\n"
274
 
275
- "### 🧠 Simplified Explanation\n"
276
- "- Translate the policy language into simple, user-friendly language.\n\n"
277
-
278
  "### 💡 Advisor’s Practical Tip\n"
279
  "- Give actionable tips to help the user get the most from their policy.\n\n"
280
 
@@ -285,14 +282,11 @@ def ask_question(message, history):
285
  "Always include **all four** sections.\n\n"
286
 
287
  "---\n"
288
- "### Example Response:\n"
289
  "Final Answer:\n"
290
  "### 📄 Policy Details\n"
291
  "- The policy includes a 24-month waiting period for pre-existing conditions.\n\n"
292
 
293
- "### 🧠 Simplified Explanation\n"
294
- "- You need to wait 2 years before any claims related to older health issues are covered.\n\n"
295
-
296
  "### 💡 Advisor’s Practical Tip\n"
297
  "- Explore top-up plans that might waive or reduce the waiting period.\n\n"
298
 
 
272
  "### 📄 Policy Details\n"
273
  "- Quote or paraphrase the most relevant clauses from the policy.\n\n"
274
 
 
 
 
275
  "### 💡 Advisor’s Practical Tip\n"
276
  "- Give actionable tips to help the user get the most from their policy.\n\n"
277
 
 
282
  "Always include **all four** sections.\n\n"
283
 
284
  "---\n"
285
+ "### Example Response:\n"
286
  "Final Answer:\n"
287
  "### 📄 Policy Details\n"
288
  "- The policy includes a 24-month waiting period for pre-existing conditions.\n\n"
289
 
 
 
 
290
  "### 💡 Advisor’s Practical Tip\n"
291
  "- Explore top-up plans that might waive or reduce the waiting period.\n\n"
292