Nikhil0987 commited on
Commit
8c396bc
1 Parent(s): 6af8cbc

Update convo.py

Browse files
Files changed (1) hide show
  1. convo.py +1 -1
convo.py CHANGED
@@ -21,7 +21,7 @@ def Convo():
21
  # conversation = chatbot(conversation)
22
  with st.chat_message("assistant"):
23
  # ans
24
- st.write(ans)
25
 
26
 
27
  # convo()
 
21
  # conversation = chatbot(conversation)
22
  with st.chat_message("assistant"):
23
  # ans
24
+ st.write(ans.generated_responses[-1])
25
 
26
 
27
  # convo()