Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,lea
|
|
90 |
})
|
91 |
prediction=pipe.predict(input_data)[0]
|
92 |
return prediction
|
93 |
-
st.title("Car Price Prediction :red_car:
|
94 |
st.write("Enter Car Details to predict the price of the car")
|
95 |
make=st.selectbox("Make",df['Make'].unique())
|
96 |
model=st.selectbox("Model",df[df['Make']==make]['Model'].unique())
|
|
|
90 |
})
|
91 |
prediction=pipe.predict(input_data)[0]
|
92 |
return prediction
|
93 |
+
st.title("Car Price Prediction :red_car: by Sibel Dinç")
|
94 |
st.write("Enter Car Details to predict the price of the car")
|
95 |
make=st.selectbox("Make",df['Make'].unique())
|
96 |
model=st.selectbox("Model",df[df['Make']==make]['Model'].unique())
|