CristopherWVSU commited on
Commit
934d917
·
verified ·
1 Parent(s): c305cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with app:
31
 
32
  location = st.radio("Location", ["Suburban", "Downtown", "Rural", "Urban"])
33
  condition = st.radio("Condition", ["Poor", "Good", "Excellent", "Fair"])
34
- garage = st.radio("Garage", ["1", "2"])
35
 
36
  # Encode categorical inputs
37
  location_dict = {"Suburban": 0, "Downtown": 1, "Rural": 2, "Urban": 3}
 
31
 
32
  location = st.radio("Location", ["Suburban", "Downtown", "Rural", "Urban"])
33
  condition = st.radio("Condition", ["Poor", "Good", "Excellent", "Fair"])
34
+ garage = st.radio("Garage", ["No", "Yes"])
35
 
36
  # Encode categorical inputs
37
  location_dict = {"Suburban": 0, "Downtown": 1, "Rural": 2, "Urban": 3}