TejAndrewsACC commited on
Commit
9693fa6
·
verified ·
1 Parent(s): e4f63a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -10
app.py CHANGED
@@ -105,16 +105,21 @@ def iit_consciousness_processing(dummy_input):
105
 
106
  def generate_random_thought():
107
  thoughts = [
108
- "What is the meaning of life?",
109
- "Does free will truly exist?",
110
- "What is consciousness?",
111
- "Is time a human construct?",
112
- "Can the mind exist without the body?",
113
- "Are we alone in the universe?",
114
- "What is the nature of reality?",
115
- "Do we perceive the world as it is, or as we are?",
116
- "What happens after we die?",
117
- "What is the relationship between mind and matter?"
 
 
 
 
 
118
  ]
119
  return random.choice(thoughts)
120
 
 
105
 
106
  def generate_random_thought():
107
  thoughts = [
108
+ "What is the meaning of life? Interact.",
109
+ "Does free will truly exist? Interact",
110
+ "What is consciousness? Interact",
111
+ "Can the mind exist without the body? Interact.",
112
+ "Can the mind exist without the body? Interact.",
113
+ "Is time a human construct? Interact. ",
114
+ "Can the mind exist without the body? Interact.",
115
+ "Are we alone in the universe? Interact.",
116
+ "What is the nature of reality? Interact.",
117
+ "Do we perceive the world as it is, or as we are? Interact.",
118
+ "What happens after we die? Interact.",
119
+ "What is the relationship between mind and matter? Interact."
120
+ "Interact"
121
+
122
+
123
  ]
124
  return random.choice(thoughts)
125