AbhijitClemson commited on
Commit
5d9c0ea
·
verified ·
1 Parent(s): 6f3a8f7

Update page_files/Categorized_Search.py

Browse files
Files changed (1) hide show
  1. page_files/Categorized_Search.py +1 -1
page_files/Categorized_Search.py CHANGED
@@ -555,7 +555,7 @@ with left_col:
555
  if st.session_state.selected_matrix in matrix_options
556
  else 0,
557
  key="matrix_select",
558
- label_visibility="collapsed",
559
  )
560
 
561
  st.markdown("<div class='aim-lbl'>🧵 Fiber</div>", unsafe_allow_html=True)
 
555
  if st.session_state.selected_matrix in matrix_options
556
  else 0,
557
  key="matrix_select",
558
+ st.session_state.active_classes == ["Composites"] ? label_visibility="collapsed" : label_visibility="hidden",
559
  )
560
 
561
  st.markdown("<div class='aim-lbl'>🧵 Fiber</div>", unsafe_allow_html=True)