azeemkhan417 commited on
Commit
8dcbdf4
·
verified ·
1 Parent(s): fb93122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(str(Path(__file__).parents[1] / '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.
 
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.