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

Added the comma I forgot...

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>Dont talk to me please.</strong><br>Shhh", title = "I'm not a chatbot")
10
 
11
  chatbot.launch()