Spaces:
Sleeping
Sleeping
Update page_files/Categorized_Search.py
Browse files
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=
|
| 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={
|