GreenRaptor commited on
Commit
01bdfbb
·
1 Parent(s): 0ea9acb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def transcribe(audio):
13
  return text
14
 
15
  def bot(history):
16
- bot_message = random.choice(["How are you?", "I love you", "I'm very hungry"])
17
  history[-1][1] = ""
18
  for character in bot_message:
19
  history[-1][1] += character
 
13
  return text
14
 
15
  def bot(history):
16
+ bot_message = random.choice(["How are you?", "I wanted to tell you that...", "hehehe", "huihuihuihui", "I'm very hungry"])
17
  history[-1][1] = ""
18
  for character in bot_message:
19
  history[-1][1] += character