mabuseif commited on
Commit
f18c313
·
verified ·
1 Parent(s): e54e326

Update app/materials_library.py

Browse files
Files changed (1) hide show
  1. 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, Stuarts, key="material_filter")
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():