Update page_files/Categorized_Search.py
Browse files
page_files/Categorized_Search.py
CHANGED
|
@@ -646,7 +646,7 @@ with right_col:
|
|
| 646 |
unsafe_allow_html=True,
|
| 647 |
)
|
| 648 |
|
| 649 |
-
tab_materials,
|
| 650 |
["All Materials", "Inspect"]
|
| 651 |
)
|
| 652 |
|
|
|
|
| 646 |
unsafe_allow_html=True,
|
| 647 |
)
|
| 648 |
|
| 649 |
+
tab_materials, tab_inspect = st.tabs(
|
| 650 |
["All Materials", "Inspect"]
|
| 651 |
)
|
| 652 |
|