consy commited on
Commit
aa42994
·
verified ·
1 Parent(s): 1f9d5e8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def magic_ball(message, history):
13
 
14
  print("Hello, World")
15
 
16
- chatbot = gr.ChatInterface(magic_ball, type='messages')
17
  #defining my chatbot so user can interact, see their conversation and send new messages
18
 
19
  chatbot.launch()
 
13
 
14
  print("Hello, World")
15
 
16
+ chatbot = gr.ChatInterface(magic_ball, type='messages', title: 'Chatbot')
17
  #defining my chatbot so user can interact, see their conversation and send new messages
18
 
19
  chatbot.launch()