rrk757 commited on
Commit
bac6222
·
verified ·
1 Parent(s): a968a2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import random
3
  def echo(message, history):
4
- choices = ["so true", "shut up", "you need help", "ts pmo sybau stfu"]
5
  #use random to select choices
6
  chat_answer = random.choice(choices)
7
  return chat_answer
 
1
  import gradio as gr
2
  import random
3
  def echo(message, history):
4
+ choices = ["so true", "shut up", "you need help", "ts pmo sybau"]
5
  #use random to select choices
6
  chat_answer = random.choice(choices)
7
  return chat_answer