Nikhil0987 commited on
Commit
6af8cbc
·
1 Parent(s): aaa787b

Update convo.py

Browse files
Files changed (1) hide show
  1. convo.py +3 -3
convo.py CHANGED
@@ -19,9 +19,9 @@ def Convo():
19
 
20
  # conversation.add_user_input("{}".format(convo))
21
  # conversation = chatbot(conversation)
22
- with st.chat_message("assistant"):
23
- ans
24
- # st.write(ans)
25
 
26
 
27
  # convo()
 
19
 
20
  # conversation.add_user_input("{}".format(convo))
21
  # conversation = chatbot(conversation)
22
+ with st.chat_message("assistant"):
23
+ # ans
24
+ st.write(ans)
25
 
26
 
27
  # convo()