Update personvernspolicy.py
Browse files- personvernspolicy.py +9 -16
personvernspolicy.py
CHANGED
@@ -1,24 +1,16 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
instruction
|
6 |
-
1. The dictionary `personvernspolicy_data`
|
7 |
2. Personvernspolicy Data is structured as a collection of questions and answers covering key privacy topics, including:
|
8 |
- Types of personal information collected
|
9 |
- Use of third-party information
|
10 |
- Data sharing practices
|
11 |
- User privacy rights and controls
|
12 |
-
3.
|
13 |
-
"""
|
14 |
-
return instruction
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
# Personvernspolicy Data in QA Form
|
21 |
-
personvernspolicy_data = {
|
22 |
"questions_and_answers": [
|
23 |
{
|
24 |
"question": "Hvilke personlige opplysninger samler vi inn?",
|
@@ -68,7 +60,7 @@ personvernspolicy_data = {
|
|
68 |
]
|
69 |
},
|
70 |
{
|
71 |
-
"question": "Hvordan reagerer vi på «
|
72 |
"answer": [
|
73 |
"Vær oppmerksom på at vi ikke endrer vårt nettsteds datainnsamling og bruker praksis når vi ser et sporingssignal fra din nettleser."
|
74 |
]
|
@@ -111,3 +103,4 @@ personvernspolicy_data = {
|
|
111 |
}
|
112 |
]
|
113 |
}
|
|
|
|
1 |
+
## personvernspolicy.py
|
2 |
|
3 |
+
# Personvernspolicy Data in QA Form
|
4 |
+
personvernspolicy_data = {
|
5 |
+
"instruction": f"""
|
6 |
+
1. The dictionary `personvernspolicy_data` describes how your personal information is collected, used, and shared when you visit daysoff.no or participate in our social media lead ads.
|
7 |
2. Personvernspolicy Data is structured as a collection of questions and answers covering key privacy topics, including:
|
8 |
- Types of personal information collected
|
9 |
- Use of third-party information
|
10 |
- Data sharing practices
|
11 |
- User privacy rights and controls
|
12 |
+
3. Refer to the content of ’questions_and_answers’ to answer user questions about Daysoff privacy policy (personvernspolicy).
|
13 |
+
""",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"questions_and_answers": [
|
15 |
{
|
16 |
"question": "Hvilke personlige opplysninger samler vi inn?",
|
|
|
60 |
]
|
61 |
},
|
62 |
{
|
63 |
+
"question": "Hvordan reagerer vi på «Spor ikke» forespørsler?",
|
64 |
"answer": [
|
65 |
"Vær oppmerksom på at vi ikke endrer vårt nettsteds datainnsamling og bruker praksis når vi ser et sporingssignal fra din nettleser."
|
66 |
]
|
|
|
103 |
}
|
104 |
]
|
105 |
}
|
106 |
+
|