JamesCookJr90 commited on
Commit
bb5f1c4
·
verified ·
1 Parent(s): b3fd12f

update_car_predict.py

Browse files

![car_image.jpeg](https://cdn-uploads.huggingface.co/production/uploads/665711710399d62ce9437dfa/yGMSasJs2QlHiF8RPmGyY.jpeg)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,lea
68
  })
69
  prediction=pipe.predict(input_data)[0]
70
  return prediction
71
- st.title("Araba Fiyatı Tahmin :red_car: @drmurataltun")
72
  st.write("Arabanın özelliklerini seçin")
73
  make=st.selectbox("Marka",df['Make'].unique())
74
  model=st.selectbox("Model",df[df['Make']==make]['Model'].unique())
 
68
  })
69
  prediction=pipe.predict(input_data)[0]
70
  return prediction
71
+ st.title("Araba Fiyatı Tahmin :red_car: @jameswhitecookjr90")
72
  st.write("Arabanın özelliklerini seçin")
73
  make=st.selectbox("Marka",df['Make'].unique())
74
  model=st.selectbox("Model",df[df['Make']==make]['Model'].unique())