Spaces:
Sleeping
Sleeping
Update app/materials_library.py
Browse files- app/materials_library.py +1 -1
app/materials_library.py
CHANGED
@@ -883,7 +883,7 @@ def display_fenestrations_tab(material_library: MaterialLibrary):
|
|
883 |
h_o = st.number_input(
|
884 |
"Exterior Surface Conductance (W/m虏路K)",
|
885 |
min_value=0.0,
|
886 |
-
value=form_state.get("h_o", editor_state.get("h_o", DEFAULT_WINDOW_PROPERTIES["h_o"]))
|
887 |
help="Exterior surface heat transfer coefficient",
|
888 |
key="fenestration_h_o_input"
|
889 |
)
|
|
|
883 |
h_o = st.number_input(
|
884 |
"Exterior Surface Conductance (W/m虏路K)",
|
885 |
min_value=0.0,
|
886 |
+
value=form_state.get("h_o", editor_state.get("h_o", DEFAULT_WINDOW_PROPERTIES["h_o"])),
|
887 |
help="Exterior surface heat transfer coefficient",
|
888 |
key="fenestration_h_o_input"
|
889 |
)
|