Spaces:
Sleeping
Sleeping
Update app/materials_library.py
Browse files- app/materials_library.py +1 -1
app/materials_library.py
CHANGED
@@ -294,7 +294,7 @@ def display_materials_tab(material_library: MaterialLibrary):
|
|
294 |
st.subheader("Materials")
|
295 |
# Category filter
|
296 |
filter_options = ["All", "None"] + MATERIAL_CATEGORIES
|
297 |
-
category = st.selectbox("Filter by Category", filter_options,
|
298 |
|
299 |
st.subheader("Library Materials")
|
300 |
with st.container():
|
|
|
294 |
st.subheader("Materials")
|
295 |
# Category filter
|
296 |
filter_options = ["All", "None"] + MATERIAL_CATEGORIES
|
297 |
+
category = st.selectbox("Filter by Category", filter_options, key="material_filter")
|
298 |
|
299 |
st.subheader("Library Materials")
|
300 |
with st.container():
|