Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def Stark_chatbot(message, history):
|
|
| 15 |
|
| 16 |
reply = conversation.generated_responses[-1]
|
| 17 |
response_list.append(reply)
|
| 18 |
-
return reply
|
| 19 |
|
| 20 |
demo_chatbot = gr.ChatInterface(Stark_chatbot, title="Stark Chatbot", description="Enter text to start chatting.")
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
reply = conversation.generated_responses[-1]
|
| 17 |
response_list.append(reply)
|
| 18 |
+
return reply
|
| 19 |
|
| 20 |
demo_chatbot = gr.ChatInterface(Stark_chatbot, title="Stark Chatbot", description="Enter text to start chatting.")
|
| 21 |
|