Sanchit2207 commited on
Commit
f969418
·
verified ·
1 Parent(s): 62cc9fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def Stark_chatbot(message, history):
14
  conversation = chatbot(conversation)
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.")
 
14
  conversation = chatbot(conversation)
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.")