Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,4 +76,4 @@ sound=st.radio("Ses Sistemi",[True,False])
|
|
| 76 |
leather=st.radio("Deri Döşeme",[True,False])
|
| 77 |
if st.button("Tahmin"):
|
| 78 |
pred=price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,leather)
|
| 79 |
-
st.write("Fiyat:",round(pred[0],2)$)
|
|
|
|
| 76 |
leather=st.radio("Deri Döşeme",[True,False])
|
| 77 |
if st.button("Tahmin"):
|
| 78 |
pred=price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,leather)
|
| 79 |
+
st.write("Fiyat:",round(pred[0],2),"$")
|