saliharana commited on
Commit
f54ba6b
·
verified ·
1 Parent(s): f984c74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:$ :red_car: $",round(pred[0],2))
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