Youssefk commited on
Commit
5b9eddc
1 Parent(s): 22636e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ def get_text():
27
 
28
  user_input= ""
29
  message("Detective!!")
30
- message("Tell me what happened?",is_user=True)
 
31
  user_input = get_text()
32
 
33
  # while True:
 
27
 
28
  user_input= ""
29
  message("Detective!!")
30
+ message("Who first discovered the body?",is_user=True)
31
+ message("Scorpion")
32
  user_input = get_text()
33
 
34
  # while True: