Update page_files/Categorized_Search.py
Browse files
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)
|