UserPotato12397 commited on
Commit
98f75ab
·
verified ·
1 Parent(s): 3fde186

centered 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", description = "Ask me any question and I will answer.")
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 = "<center>Ask me any question and I will answer.</center>")
31
 
32
  chatbot.launch()