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

Added a title and desc!

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")
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()