camparchimedes commited on
Commit
0bb345f
·
verified ·
1 Parent(s): 841c5f4

Update personvernspolicy.py

Browse files
Files changed (1) hide show
  1. personvernspolicy.py +9 -16
personvernspolicy.py CHANGED
@@ -1,24 +1,16 @@
1
- # personvernspolicy.py
2
 
3
-
4
- def help2(instruction):
5
- instruction = f"""
6
- 1. The dictionary `personvernspolicy_data` beskriver hvordan dine personlige opplysninger samles brukes og deles når du besøker daysoff.no, eller når du deltar i våre sosiale medier ledende annonser.
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. Bruk denne FAQ-informasjonen for å besvare spørsmål ved behov.
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å « Spor ikke » forespørsler?",
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
+