Update HongWenData.py
Browse files- HongWenData.py +3 -3
HongWenData.py
CHANGED
@@ -15,9 +15,9 @@ description = (
|
|
15 |
)
|
16 |
|
17 |
questions = [
|
18 |
-
f"1. Look at the picture. Would you be interested in playing with these toys and games? Why / Why not?
|
19 |
-
f"2. Do you spend a lot of time playing with toys and games? Why / Why not?
|
20 |
-
f"3. What do you think are some benefits of leisure activities?
|
21 |
]
|
22 |
|
23 |
def generate_system_message():
|
|
|
15 |
)
|
16 |
|
17 |
questions = [
|
18 |
+
f"1. Look at the picture. Would you be interested in playing with these toys and games? Why / Why not? ",
|
19 |
+
f"2. Do you spend a lot of time playing with toys and games? Why / Why not? ",
|
20 |
+
f"3. What do you think are some benefits of leisure activities? "
|
21 |
]
|
22 |
|
23 |
def generate_system_message():
|