Wajahat698 commited on
Commit
f09b0ee
·
verified ·
1 Parent(s): 433b9a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: