cryogenic22 commited on
Commit
aa7b73f
·
verified ·
1 Parent(s): 7ef7c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -129,6 +129,10 @@ def initialize_session_state():
129
  st.session_state.vector_stores = {}
130
  if 'selected_collection' not in st.session_state:
131
  st.session_state.selected_collection = None
 
 
 
 
132
 
133
  def display_top_bar():
134
  """Display the application's top navigation bar."""
 
129
  st.session_state.vector_stores = {}
130
  if 'selected_collection' not in st.session_state:
131
  st.session_state.selected_collection = None
132
+ if 'show_collection_dialog' not in st.session_state:
133
+ st.session_state.show_collection_dialog = False
134
+ if 'selected_collection' not in st.session_state:
135
+ st.session_state.selected_collection = None
136
 
137
  def display_top_bar():
138
  """Display the application's top navigation bar."""