Spaces:
Sleeping
Sleeping
Added some responses
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import random
|
| 3 |
|
| 4 |
def random_message(message, history):
|
| 5 |
-
choices = ["Mhm", "nah fam"]
|
| 6 |
random_choice = random.choice(choices)
|
| 7 |
return random_choice
|
| 8 |
|
|
|
|
| 2 |
import random
|
| 3 |
|
| 4 |
def random_message(message, history):
|
| 5 |
+
choices = ["Mhm", "nah fam", "I don't like your tone, buddy rewrite that.", "Uhm, sure, ig.", "What a good question! So-", "I know what you are.", "I'm uncomfortable with the energy we've created today.", "I like that question! Ask someone else."]
|
| 6 |
random_choice = random.choice(choices)
|
| 7 |
return random_choice
|
| 8 |
|