sibeldinc commited on
Commit
c1eb426
1 Parent(s): ba7fef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: @drmurataltun")
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())