Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|