Spaces:
Sleeping
Sleeping
Update faq_data.py
Browse files- faq_data.py +12 -0
faq_data.py
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
# faq_data.py
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
# FAQ for ansatte
|
4 |
ansatte_faq_data = {
|
5 |
"ansatte": [
|
|
|
1 |
# faq_data.py
|
2 |
|
3 |
+
|
4 |
+
def help(instruction):
|
5 |
+
|
6 |
+
instruction = f"""
|
7 |
+
1. The dictionary `ansatte_faq_data` contains โspรธrsmรฅl og svar vi ofte fรฅr fra ansatte i bedrifter med DaysOff firmahytteordning.โ
|
8 |
+
2. The dictionary `utleiere_faq_data` contains โspรธrsmรฅl og svar vi ofte fรฅr fra utleiere om DaysOff firmahytteordning.โ
|
9 |
+
3. Bruk denne FAQ-informasjonen for รฅ besvare spรธrsmรฅl ved behov.
|
10 |
+
"""
|
11 |
+
|
12 |
+
return instruction
|
13 |
+
|
14 |
+
|
15 |
# FAQ for ansatte
|
16 |
ansatte_faq_data = {
|
17 |
"ansatte": [
|