Spaces:
Build error
Build error
Update app.py
Browse files
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", ["
|
| 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}
|