KeshavRa commited on
Commit
136abf7
·
verified ·
1 Parent(s): a118f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with st.spinner("Loading, please be patient with us ... 🙏"):
185
  metadatas=[{"type": "support"} for _ in range(0, L)],
186
  )
187
  db=collection
188
- if (curr_database in st.session_state) & (st.session_state.curr_database == dataset):
189
  st.write("True")
190
  else:
191
  st.write("False")
 
185
  metadatas=[{"type": "support"} for _ in range(0, L)],
186
  )
187
  db=collection
188
+ if ("curr_database" in st.session_state) & (st.session_state.curr_database == dataset):
189
  st.write("True")
190
  else:
191
  st.write("False")