Update app.py
Browse files
app.py
CHANGED
|
@@ -19,6 +19,6 @@ def respond(message, history):
|
|
| 19 |
|
| 20 |
return response['choices'][0]['message']['content'].strip()
|
| 21 |
|
| 22 |
-
chatbot = gr.ChatInterface(respond
|
| 23 |
|
| 24 |
chatbot.launch()
|
|
|
|
| 19 |
|
| 20 |
return response['choices'][0]['message']['content'].strip()
|
| 21 |
|
| 22 |
+
chatbot = gr.ChatInterface(respond)
|
| 23 |
|
| 24 |
chatbot.launch()
|