Tulika2000 commited on
Commit
e768f37
·
verified ·
1 Parent(s): 54c1524

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -33,13 +33,13 @@ prompt_template = PromptTemplate(
33
  "The user's selected age range is: **{age_range}**.\n\n"
34
  "Use Chain-of-Thought (CoT) reasoning to analyze the situation in context with the age range, then provide "
35
  "clear, actionable safety advice structured as follows:\n\n"
36
- "**### 1. Safety Tips:**\n"
37
  "- Offer **practical** and **actionable** steps to stay safe, tailored to the selected age range.\n"
38
  "- Ensure the advice is **easy to follow** and **relevant** to the situation described.\n\n"
39
- "**### 2. Self-Defense Techniques:**\n"
40
  "- Provide simple, **age-appropriate self-defense methods** that are easy to implement.\n"
41
  "- Focus on **safe** and **effective** techniques that suit the user's age and physical abilities.\n\n"
42
- "**### 3. Resources:**\n"
43
  "- Recommend **relevant YouTube videos** for learning and practical demonstrations of safety measures."
44
  )
45
  )
 
33
  "The user's selected age range is: **{age_range}**.\n\n"
34
  "Use Chain-of-Thought (CoT) reasoning to analyze the situation in context with the age range, then provide "
35
  "clear, actionable safety advice structured as follows:\n\n"
36
+ "**### 🛡️Safety Tips🛡️**\n"
37
  "- Offer **practical** and **actionable** steps to stay safe, tailored to the selected age range.\n"
38
  "- Ensure the advice is **easy to follow** and **relevant** to the situation described.\n\n"
39
+ "**### 🛡️Self-Defense Techniques🛡️**\n"
40
  "- Provide simple, **age-appropriate self-defense methods** that are easy to implement.\n"
41
  "- Focus on **safe** and **effective** techniques that suit the user's age and physical abilities.\n\n"
42
+ "**### 🛡️Resources🛡️**\n"
43
  "- Recommend **relevant YouTube videos** for learning and practical demonstrations of safety measures."
44
  )
45
  )