Spaces:
Sleeping
Sleeping
added random responses
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import random
|
|
| 3 |
#import lines go at the top! Any libraries I need to import go up here ^^
|
| 4 |
|
| 5 |
def yes_or_no(message, history):
|
| 6 |
-
return random.choice(['Yes', 'No'])
|
| 7 |
|
| 8 |
#def echo(message, history):
|
| 9 |
# return message
|
|
|
|
| 3 |
#import lines go at the top! Any libraries I need to import go up here ^^
|
| 4 |
|
| 5 |
def yes_or_no(message, history):
|
| 6 |
+
return random.choice(['Yes', 'No', 'Outlook not so good', 'It is likely'])
|
| 7 |
|
| 8 |
#def echo(message, history):
|
| 9 |
# return message
|