Herc commited on
Commit
1f36b2f
·
verified ·
1 Parent(s): cab18fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ filtered_catalog = filter_catalog(catalog, search_query, selected_category, cybe
148
 
149
  # Display the filtered product catalog
150
  st.markdown('<p class="custom-header">Product Catalog</p>', unsafe_allow_html=True)
151
- st.dataframe(filtered_catalog.style.applymap(lambda x: "background-color: #e6f7ff"))
152
 
153
  for index, row in filtered_catalog.iterrows():
154
  with st.expander(f"{row['Product Name']}"):
 
148
 
149
  # Display the filtered product catalog
150
  st.markdown('<p class="custom-header">Product Catalog</p>', unsafe_allow_html=True)
151
+ st.dataframe(filtered_catalog.style.applymap(lambda x: "background-color: #ffffff"))
152
 
153
  for index, row in filtered_catalog.iterrows():
154
  with st.expander(f"{row['Product Name']}"):