leona24 commited on
Commit
1288738
·
verified ·
1 Parent(s): b9b3a15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -16,8 +16,6 @@ def magic_8_ball(message, history):
16
  answer = random.choice(responses)
17
  return answer
18
 
19
- print("Magic 8 Ball is ready!")
20
-
21
  chatbot = gr.ChatInterface(magic_8_ball, type="messages")
22
 
23
  chatbot.launch()
 
16
  answer = random.choice(responses)
17
  return answer
18
 
 
 
19
  chatbot = gr.ChatInterface(magic_8_ball, type="messages")
20
 
21
  chatbot.launch()