consy commited on
Commit
34f0e55
·
verified ·
1 Parent(s): aa42994

Update app.py

Browse files
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', title: 'Chatbot')
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')
17
  #defining my chatbot so user can interact, see their conversation and send new messages
18
 
19
  chatbot.launch()