Sanchit2207 commited on
Commit
355a4ae
·
verified ·
1 Parent(s): f969418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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