Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ if __name__ == "__main__":
|
|
| 85 |
# Displaying text
|
| 86 |
st.title("Food Delivery Time Prediction")
|
| 87 |
# Displaying an image
|
| 88 |
-
st.image(
|
| 89 |
|
| 90 |
st.write("""
|
| 91 |
The food delivery time prediction model is vital in ensuring prompt and accurate delivery in the food delivery industry. Leveraging advanced data cleaning techniques and feature engineering, a robust food delivery time prediction model is developed.
|
|
|
|
| 85 |
# Displaying text
|
| 86 |
st.title("Food Delivery Time Prediction")
|
| 87 |
# Displaying an image
|
| 88 |
+
st.image('food-delivery.webp', width=700)
|
| 89 |
|
| 90 |
st.write("""
|
| 91 |
The food delivery time prediction model is vital in ensuring prompt and accurate delivery in the food delivery industry. Leveraging advanced data cleaning techniques and feature engineering, a robust food delivery time prediction model is developed.
|