Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ st.markdown("""
|
|
| 56 |
</style>
|
| 57 |
""", unsafe_allow_html=True)
|
| 58 |
if "chat_started" not in st.session_state:
|
| 59 |
-
st.session_state["chat_started"] =
|
| 60 |
if 'previous_trust_tip' not in st.session_state:
|
| 61 |
st.session_state.previous_trust_tip = None
|
| 62 |
if 'previous_suggestion' not in st.session_state:
|
|
|
|
| 56 |
</style>
|
| 57 |
""", unsafe_allow_html=True)
|
| 58 |
if "chat_started" not in st.session_state:
|
| 59 |
+
st.session_state["chat_started"] = False
|
| 60 |
if 'previous_trust_tip' not in st.session_state:
|
| 61 |
st.session_state.previous_trust_tip = None
|
| 62 |
if 'previous_suggestion' not in st.session_state:
|