Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,6 @@ def respond(message,history):
|
|
| 47 |
#random_message = random.choice(choices)
|
| 48 |
#return random_message
|
| 49 |
chatbot = gr.ChatInterface(respond, type='messages', theme='hmb/amethyst')
|
| 50 |
-
|
| 51 |
|
| 52 |
chatbot.launch(debug=True)
|
|
|
|
| 47 |
#random_message = random.choice(choices)
|
| 48 |
#return random_message
|
| 49 |
chatbot = gr.ChatInterface(respond, type='messages', theme='hmb/amethyst')
|
| 50 |
+
|
| 51 |
|
| 52 |
chatbot.launch(debug=True)
|