RomMat commited on
Commit
5f7baad
·
verified ·
1 Parent(s): 4f87892

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ def load_model():
12
  model = load_model()
13
 
14
  # Streamlit UI for Price Prediction
15
- st.title("SuperKart Product Store Sales Total Prediction")
16
- st.write("This tool predict the sales total of SuperKart stores based on product details.")
17
 
18
  st.subheader("Enter the product details")
19
 
 
12
  model = load_model()
13
 
14
  # Streamlit UI for Price Prediction
15
+ st.title("SuperKart Product Store Sales Total Prediction App")
16
+ st.write("This tool predict the sales total of a SuperKart store based on product details.")
17
 
18
  st.subheader("Enter the product details")
19