csankaran3 commited on
Commit
960865a
·
verified ·
1 Parent(s): ccd64fa

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ import requests
7
 
8
  # Streamlit UI for Product Sales Prediction
9
  st.title("Product Sales Prediction")
10
- st.subheader("Product Sales Prediction App is used to forecast sales for selected combination of product and store information")
11
- st.write("Please fill details below for sales prediction")
12
 
13
  # Collect user input
14
  ProductWeight = st.number_input("Product Weight (weight of the product)", min_value=4.0, max_value=22.0, value=10.0)
 
7
 
8
  # Streamlit UI for Product Sales Prediction
9
  st.title("Product Sales Prediction")
10
+ st.subheader("Please fill details below for sales prediction")
 
11
 
12
  # Collect user input
13
  ProductWeight = st.number_input("Product Weight (weight of the product)", min_value=4.0, max_value=22.0, value=10.0)