Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Merge branch 'main' of https://huggingface.co/spaces/Nikhil0987/omm
Browse files
convo.py
CHANGED
@@ -19,9 +19,9 @@ def Convo():
|
|
19 |
|
20 |
# conversation.add_user_input("{}".format(convo))
|
21 |
# conversation = chatbot(conversation)
|
22 |
-
|
23 |
-
|
24 |
-
|
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.generated_responses[-1])
|
25 |
|
26 |
|
27 |
# convo()
|