Code4ueru commited on
Commit
ae6819b
·
verified ·
1 Parent(s): 403107d

updated the little title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,6 +6,6 @@ def random_message(message, history):
6
  random_choice = random.choice(choices)
7
  return random_choice
8
 
9
- chatbot = gr.ChatInterface(random_message, type = "messages", description = "<strong><center>Dont talk to me please.</strong><br>Shhh", title = "I'm not a chatbot")
10
 
11
  chatbot.launch()
 
6
  random_choice = random.choice(choices)
7
  return random_choice
8
 
9
+ chatbot = gr.ChatInterface(random_message, type = "messages", description = "<strong><center>Don't talk to me please.</strong><br>go away.", title = "I'm not a chatbot")
10
 
11
  chatbot.launch()