Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,9 @@ def get_text():
|
|
| 28 |
user_input= ""
|
| 29 |
message("Detective!!")
|
| 30 |
message("Who first discovered the body?",is_user=True)
|
| 31 |
-
message("
|
|
|
|
|
|
|
| 32 |
user_input = get_text()
|
| 33 |
|
| 34 |
# while True:
|
|
|
|
| 28 |
user_input= ""
|
| 29 |
message("Detective!!")
|
| 30 |
message("Who first discovered the body?",is_user=True)
|
| 31 |
+
message("Kiichi")
|
| 32 |
+
message("What was kichii's alibi?",is_user=True)
|
| 33 |
+
message("Went out to pick up guests at 8:30")
|
| 34 |
user_input = get_text()
|
| 35 |
|
| 36 |
# while True:
|