cryogenic22 commited on
Commit
4d44057
·
verified ·
1 Parent(s): 4a0d5c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -76,7 +76,7 @@ def verify_database_tables(conn):
76
  else:
77
  st.error("Failed to create required database tables.")
78
  return False
79
-
80
  return True
81
 
82
  except Exception as e:
@@ -142,9 +142,9 @@ def initialize_session_state():
142
  if 'selected_collection' not in st.session_state:
143
  st.session_state.selected_collection = None
144
  if 'show_collection_dialog' not in st.session_state:
145
- st.session_state.show_collection_dialog = False
146
  if 'selected_collection' not in st.session_state:
147
- st.session_state.selected_collection = None
148
 
149
  def display_top_bar():
150
  """Display the application's top navigation bar."""
 
76
  else:
77
  st.error("Failed to create required database tables.")
78
  return False
79
+
80
  return True
81
 
82
  except Exception as e:
 
142
  if 'selected_collection' not in st.session_state:
143
  st.session_state.selected_collection = None
144
  if 'show_collection_dialog' not in st.session_state:
145
+ st.session_state.show_collection_dialog = False
146
  if 'selected_collection' not in st.session_state:
147
+ st.session_state.selected_collection = None
148
 
149
  def display_top_bar():
150
  """Display the application's top navigation bar."""