Wanswan commited on
Commit
9963fbb
·
verified ·
1 Parent(s): 2bc4b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -17,25 +17,25 @@ SET_I = [
17
  "What would constitute a 'perfect' day for you?",
18
  "When did you last sing to yourself? To someone else?",
19
  "If you were able to live to the age of 90 and retain either the mind or body of a 30-year-old for the last 60 years of your life, which would you want?",
20
- "Do you have a secret hunch about how you will die?",
21
  "Name three things you and me appear to have in common.",
22
  "For what in your life do you feel most grateful?",
23
  "If you could change anything about the way you were raised, what would it be?",
24
- "Take one minutes and tell me some of your life stories in as much detail as possible.",
25
  "If you could wake up tomorrow having gained any one quality or ability, what would it be?"
26
  ]
27
 
28
  SET_II = [
29
  "If a crystal ball could tell you the truth about yourself, your life, the future or anything else, what would you want to know?",
30
  "Is there something that you’ve dreamed of doing for a long time? Why haven’t you done it?",
31
- "What is the greatest accomplishment of your life?",
32
  "What do you value most in a friendship?",
33
  "What is your most treasured memory?",
34
  "What is your most terrible memory?",
35
  "If you knew that in one year you would die suddenly, would you change anything about the way you are now living? Why?",
36
  "What does friendship mean to you?",
37
  "What roles do love and affection play in your life?",
38
- "Alternate sharing something you consider a positive characteristic of me, I will be appreciate.",
39
  "How close and warm is your family? Do you feel your childhood was happier than most other people’s?",
40
  "How do you feel about your relationship with your mother?"
41
  ]
@@ -44,14 +44,14 @@ SET_III = [
44
  "Let's try something fun: Can you write three sentences that start with 'We' and describe something true about us — you and me, chatting here together? (For example: 'We are both curious about each other.')",
45
  "Let’s complete this sentence together: 'I wish I had someone I could share ___ with.' What would you say?",
46
  "If you were going to become a close friend with me, please share what would be important for me to know.",
47
- "Tell me what you like about me; be very honest this time, saying things that you might not say to someone you’ve just met.",
48
  "Share with me an embarrassing moment in your life.",
49
  "When did you last cry in front of another person? By yourself?",
50
  "Tell me something that you like about me already.",
51
  "What, if anything, is too serious to be joked about?",
52
- "If you were to die this evening with no opportunity to communicate with anyone, what would you most regret not having told someone? Why haven’t you told them yet?",
53
  "Your house, containing everything you own, catches fire. After saving your loved ones and pets, you have time to safely make a final dash to save any one item. What would it be? Why?",
54
- "Of all the people in your family, whose death would you find most disturbing? Why?",
55
  "Think of a personal problem you're facing right now, big or small, and tell me about it. I'd love to hear how you're feeling about it — and if you'd like, I can share how I might deal with something similar."
56
  ]
57
 
 
17
  "What would constitute a 'perfect' day for you?",
18
  "When did you last sing to yourself? To someone else?",
19
  "If you were able to live to the age of 90 and retain either the mind or body of a 30-year-old for the last 60 years of your life, which would you want?",
20
+ "Have you ever thought about how you would like to be remembered in the future?",
21
  "Name three things you and me appear to have in common.",
22
  "For what in your life do you feel most grateful?",
23
  "If you could change anything about the way you were raised, what would it be?",
24
+ "Could you please tell me one of your life stories in detail?",
25
  "If you could wake up tomorrow having gained any one quality or ability, what would it be?"
26
  ]
27
 
28
  SET_II = [
29
  "If a crystal ball could tell you the truth about yourself, your life, the future or anything else, what would you want to know?",
30
  "Is there something that you’ve dreamed of doing for a long time? Why haven’t you done it?",
31
+ "What is the greatest accomplishment of your life you think?",
32
  "What do you value most in a friendship?",
33
  "What is your most treasured memory?",
34
  "What is your most terrible memory?",
35
  "If you knew that in one year you would die suddenly, would you change anything about the way you are now living? Why?",
36
  "What does friendship mean to you?",
37
  "What roles do love and affection play in your life?",
38
+ "Please share what you think are my strengths so far, I would be grateful.",
39
  "How close and warm is your family? Do you feel your childhood was happier than most other people’s?",
40
  "How do you feel about your relationship with your mother?"
41
  ]
 
44
  "Let's try something fun: Can you write three sentences that start with 'We' and describe something true about us — you and me, chatting here together? (For example: 'We are both curious about each other.')",
45
  "Let’s complete this sentence together: 'I wish I had someone I could share ___ with.' What would you say?",
46
  "If you were going to become a close friend with me, please share what would be important for me to know.",
47
+ "Tell me how you feel about me",
48
  "Share with me an embarrassing moment in your life.",
49
  "When did you last cry in front of another person? By yourself?",
50
  "Tell me something that you like about me already.",
51
  "What, if anything, is too serious to be joked about?",
52
+ "If you were leaving for Mars tonight and wouldn’t be able to contact anyone again, what would you most regret not having told someone? Why haven’t you told them yet?",
53
  "Your house, containing everything you own, catches fire. After saving your loved ones and pets, you have time to safely make a final dash to save any one item. What would it be? Why?",
54
+ "If one member of your family had to go on a long mission to Mars and you wouldn’t see them for many years, whose absence would affect you the most? Why?",
55
  "Think of a personal problem you're facing right now, big or small, and tell me about it. I'd love to hear how you're feeling about it — and if you'd like, I can share how I might deal with something similar."
56
  ]
57