Spaces:
Sleeping
Sleeping
Update app/materials_library.py
Browse files- app/materials_library.py +1 -1
app/materials_library.py
CHANGED
@@ -1126,7 +1126,7 @@ def display_fenestration_editor():
|
|
1126 |
thickness = st.number_input(
|
1127 |
"Thickness (m)",
|
1128 |
min_value=0.001,
|
1129 |
-
max_value=0.
|
1130 |
value=float(form_state.get("thickness", editor_state.get("thickness", ""))),
|
1131 |
format="%.3f",
|
1132 |
help="Thickness in meters.",
|
|
|
1126 |
thickness = st.number_input(
|
1127 |
"Thickness (m)",
|
1128 |
min_value=0.001,
|
1129 |
+
max_value=0.1,
|
1130 |
value=float(form_state.get("thickness", editor_state.get("thickness", ""))),
|
1131 |
format="%.3f",
|
1132 |
help="Thickness in meters.",
|