Pasham123 commited on
Commit
961cda6
ยท
verified ยท
1 Parent(s): 310730d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ st.markdown(
43
  model = joblib.load("carr.pkl") # Make sure this file exists
44
 
45
  # Streamlit UI
46
- st.markdown("<h1 style='text-align: center; color: #1a237e;'> ๐Ÿš— Car Price Prediction </h1>", unsafe_allow_html=True)
47
 
48
  # User Inputs
49
  ID = st.text_input("ID")
 
43
  model = joblib.load("carr.pkl") # Make sure this file exists
44
 
45
  # Streamlit UI
46
+ st.markdown("<h1 style='text-align: center; color: #1a237e;'> ๐Ÿš— Car Price Prediction ๐Ÿš—</h1>", unsafe_allow_html=True)
47
 
48
  # User Inputs
49
  ID = st.text_input("ID")