Spaces:
Sleeping
Sleeping
Update personvernspolicy.py
Browse files- personvernspolicy.py +19 -0
personvernspolicy.py
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Personvernspolicy Data in QA Form
|
2 |
personvernspolicy_data = {
|
3 |
"questions_and_answers": [
|
|
|
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": [
|