sylaork commited on
Commit
2636d8c
·
verified ·
1 Parent(s): 2eeccd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def price(make,model,trim,mileage,car_type,cylinder,liter,doors,cruise,sound,lea
109
  })
110
  prediction=pipe.predict(input_data)[0]
111
  return prediction
112
- st.title("Car Price Prediction :red_car: @drmurataltun")
113
  st.write("Enter Car Details to predict the price of the car")
114
  make=st.selectbox("Make",df['Make'].unique())
115
  model=st.selectbox("Model",df[df['Make']==make]['Model'].unique())
 
109
  })
110
  prediction=pipe.predict(input_data)[0]
111
  return prediction
112
+ st.title("Car Price Prediction :red_car: ")
113
  st.write("Enter Car Details to predict the price of the car")
114
  make=st.selectbox("Make",df['Make'].unique())
115
  model=st.selectbox("Model",df[df['Make']==make]['Model'].unique())