Spaces:
Sleeping
Sleeping
Create app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def echo(message, history):
|
|
6 |
return(message)
|
7 |
|
8 |
def yes_no(message, history):
|
9 |
-
responses = ["
|
10 |
return random.choice(responses)
|
11 |
|
12 |
|
|
|
6 |
return(message)
|
7 |
|
8 |
def yes_no(message, history):
|
9 |
+
responses = ["It is certain", "It is decidedly so", "Without a doubt", "Don't count on it","My sources say no","Very doubtful","Reply hazy, try again","Better not tell you now"]
|
10 |
return random.choice(responses)
|
11 |
|
12 |
|