UserPotato12397 commited on
Commit
b6c7882
·
verified ·
1 Parent(s): a283d11

Added description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ def random_message(message, history):
27
  chat_answer = random.choice(choices)
28
  return chat_answer
29
 
30
- chatbot = gr.ChatInterface(random_message, type = "messages", title = "Your Virtual 8 Ball")
31
 
32
  chatbot.launch()
 
27
  chat_answer = random.choice(choices)
28
  return chat_answer
29
 
30
+ chatbot = gr.ChatInterface(random_message, type = "messages", title = "Your Virtual 8 Ball", description: "Ask me any question and I will answer.")
31
 
32
  chatbot.launch()