Spaces:
Sleeping
Sleeping
Commit ·
8c396bc
1
Parent(s): 6af8cbc
Update convo.py
Browse files
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()
|