Code4ueru commited on
Commit
9962a13
·
verified ·
1 Parent(s): 4b1e151

Added some responses

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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