Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|