Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Commit
•
764bb11
1
Parent(s):
8ec06f0
Update chat.py
Browse files
chat.py
CHANGED
@@ -16,13 +16,12 @@ def Chat():
|
|
16 |
if ans["scores"][0] > 0.85:
|
17 |
st.session_state["user"] = "visitor"
|
18 |
with st.chat_message("assistant"):
|
19 |
-
"You are now
|
20 |
st.experimental_rerun()
|
21 |
else:
|
22 |
with st.chat_message("assistant"):
|
23 |
chitchat
|
24 |
|
25 |
|
26 |
-
Chat()
|
27 |
|
28 |
|
|
|
16 |
if ans["scores"][0] > 0.85:
|
17 |
st.session_state["user"] = "visitor"
|
18 |
with st.chat_message("assistant"):
|
19 |
+
"You are now living in dream"
|
20 |
st.experimental_rerun()
|
21 |
else:
|
22 |
with st.chat_message("assistant"):
|
23 |
chitchat
|
24 |
|
25 |
|
|
|
26 |
|
27 |
|