dnj0 commited on
Commit
18438ed
·
verified ·
1 Parent(s): 4639459

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +0 -1
src/app.py CHANGED
@@ -91,7 +91,6 @@ with st.sidebar:
91
  try:
92
  info = st.session_state.vector_store.get_collection_info()
93
  st.metric("Items in Store", info['count'])
94
- st.metric("Status", info['status'])
95
  st.caption(f"Path: {info['persist_path']}")
96
  except Exception as e:
97
  st.error(f"Error getting store info: {e}")
 
91
  try:
92
  info = st.session_state.vector_store.get_collection_info()
93
  st.metric("Items in Store", info['count'])
 
94
  st.caption(f"Path: {info['persist_path']}")
95
  except Exception as e:
96
  st.error(f"Error getting store info: {e}")