Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ leather=st.radio("Leather",[True,False])
|
|
| 84 |
if st.button("Predict"):
|
| 85 |
pred=price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,leather)
|
| 86 |
|
| 87 |
-
st.write("Price
|
| 88 |
|
| 89 |
|
| 90 |
|
|
|
|
| 84 |
if st.button("Predict"):
|
| 85 |
pred=price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,leather)
|
| 86 |
|
| 87 |
+
st.write("Price: $",round(pred[0],2))
|
| 88 |
|
| 89 |
|
| 90 |
|