KeshavRa commited on
Commit
82caee6
·
verified ·
1 Parent(s): 630b580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ with st.spinner("Loading, please be patient with us ... 🙏"):
201
  )
202
  # db=collection
203
 
204
- if not st.session_state.curr_database.equals(dataset)):
205
  print("True")
206
  st.session_state.messages = []
207
  init_message = init_messages[domain]
 
201
  )
202
  # db=collection
203
 
204
+ if not st.session_state.curr_database.equals(dataset):
205
  print("True")
206
  st.session_state.messages = []
207
  init_message = init_messages[domain]