prashant91 commited on
Commit
084102c
·
verified ·
1 Parent(s): ca8b6fb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -3,7 +3,7 @@ import joblib
3
  import pandas as pd
4
 
5
  # Load the model
6
- model = joblib.load("best_sales_model.pkl")
7
 
8
  st.title("SuperKart Store Sales Forecasting")
9
 
 
3
  import pandas as pd
4
 
5
  # Load the model
6
+ model = joblib.load("/app/src/best_sales_model.pkl")
7
 
8
  st.title("SuperKart Store Sales Forecasting")
9