AbhijitClemson commited on
Commit
e3b8b2f
·
verified ·
1 Parent(s): 40bdbf1

Update page_files/Categorized_Search.py

Browse files
Files changed (1) hide show
  1. page_files/Categorized_Search.py +2 -7
page_files/Categorized_Search.py CHANGED
@@ -639,7 +639,7 @@ with right_col:
639
  st.markdown(
640
  """
641
  <div style='padding:14px 18px 0;'>
642
- <div class='aim-breadcrumb'>INVENTORY / <span>MATERIALS DATABASE</span></div>
643
  <div class='aim-title'>Materials Database</div>
644
  </div>
645
  """,
@@ -647,7 +647,7 @@ with right_col:
647
  )
648
 
649
  tab_materials, tab_dashboard, tab_inspect = st.tabs(
650
- ["All Materials", "Dashboard", "Inspect"]
651
  )
652
 
653
  with tab_materials:
@@ -815,11 +815,6 @@ with right_col:
815
  st.session_state.current_page = target_page
816
  st.rerun()
817
 
818
- with tab_dashboard:
819
- st.markdown(
820
- "<div style='padding:40px 8px;color:#64748b;font-size:0.85rem'>Dashboard coming soon. Analytics and visualizations will appear here.</div>",
821
- unsafe_allow_html=True,
822
- )
823
 
824
  with tab_inspect:
825
  if not st.session_state.selected_row:
 
639
  st.markdown(
640
  """
641
  <div style='padding:14px 18px 0;'>
642
+ <div class='aim-breadcrumb'><span>MATERIALS DATABASE</span></div>
643
  <div class='aim-title'>Materials Database</div>
644
  </div>
645
  """,
 
647
  )
648
 
649
  tab_materials, tab_dashboard, tab_inspect = st.tabs(
650
+ ["All Materials", "Inspect"]
651
  )
652
 
653
  with tab_materials:
 
815
  st.session_state.current_page = target_page
816
  st.rerun()
817
 
 
 
 
 
 
818
 
819
  with tab_inspect:
820
  if not st.session_state.selected_row: