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

added placeholder

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", title = "Chatbot for KWK")
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", placeholder="<strong>Your Personal Yes-Man</strong><br>Ask Me Anything")
10
 
11
  chatbot.launch()