mabuseif commited on
Commit
3a1fbc7
·
verified ·
1 Parent(s): db4b197

Update app/component_selection.py

Browse files
Files changed (1) hide show
  1. app/component_selection.py +1 -1
app/component_selection.py CHANGED
@@ -499,7 +499,7 @@ class ComponentSelectionInterface:
499
  crack_length = st.number_input("Crack Length (m)", min_value=0.0, max_value=100.0, value=0.0, step=0.1)
500
  with col2:
501
  wall_options = self.reference_data.data["wall_types"]
502
- selected_wall = st seletbox("Wall Type", options=list(wall_options.keys()))
503
  u_value = st.number_input("U-Value (W/m²·K)", min_value=0.0, value=float(wall_options[selected_wall]["u_value"]), step=0.01)
504
  wall_group = st.selectbox("Wall Group (ASHRAE)", ["A", "B", "C", "D", "E", "F", "G", "H"], index=0)
505
  absorptivity = st.selectbox("Solar Absorptivity", ["Light (0.3)", "Light to Medium (0.45)", "Medium (0.6)", "Medium to Dark (0.75)", "Dark (0.9)"], index=2)
 
499
  crack_length = st.number_input("Crack Length (m)", min_value=0.0, max_value=100.0, value=0.0, step=0.1)
500
  with col2:
501
  wall_options = self.reference_data.data["wall_types"]
502
+ selected_wall = st selectbox("Wall Type", options=list(wall_options.keys()))
503
  u_value = st.number_input("U-Value (W/m²·K)", min_value=0.0, value=float(wall_options[selected_wall]["u_value"]), step=0.01)
504
  wall_group = st.selectbox("Wall Group (ASHRAE)", ["A", "B", "C", "D", "E", "F", "G", "H"], index=0)
505
  absorptivity = st.selectbox("Solar Absorptivity", ["Light (0.3)", "Light to Medium (0.45)", "Medium (0.6)", "Medium to Dark (0.75)", "Dark (0.9)"], index=2)