UserPotato12397 commited on
Commit
f481041
·
verified ·
1 Parent(s): e54cc9d

added 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
  chat_answer = random.choice(choices)
7
  return chat_answer
8
 
9
- chatbot = gr.ChatInterface(random_message, type = "messages")
10
 
11
  chatbot.launch()
 
6
  chat_answer = random.choice(choices)
7
  return chat_answer
8
 
9
+ chatbot = gr.ChatInterface(random_message, type = "messages", title = "Chatbot for KWK")
10
 
11
  chatbot.launch()