AbhijitClemson commited on
Commit
6f3a8f7
·
verified ·
1 Parent(s): 645a6f3

Update page_files/Categorized_Search.py

Browse files
Files changed (1) hide show
  1. page_files/Categorized_Search.py +1 -1
page_files/Categorized_Search.py CHANGED
@@ -697,7 +697,7 @@ with right_col:
697
  key=f"materials_editor_{st.session_state.current_page}",
698
  use_container_width=True,
699
  hide_index=True,
700
- height=min(50 * 46 + 40, 2000),
701
  row_height=46,
702
  column_order=["Select", "Material Name", "Abbreviation", "Class", "Actions"],
703
  column_config={
 
697
  key=f"materials_editor_{st.session_state.current_page}",
698
  use_container_width=True,
699
  hide_index=True,
700
+ height=400,
701
  row_height=46,
702
  column_order=["Select", "Material Name", "Abbreviation", "Class", "Actions"],
703
  column_config={