csankaran3 commited on
Commit
50fd61b
·
verified ·
1 Parent(s): 8123f94

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -5,10 +5,11 @@ import joblib
5
  import requests
6
 
7
 
8
- # Streamlit UI for Customer Churn Prediction
9
- st.title("Product Sales Prediction App")
10
- st.write("The Product Sales Prediction App is a tool for businesses to forecast future sales and plan operations more effectively.")
11
- st.write("Kindly enter the product details to predict the expected sales revenue")
 
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=12.6)
 
5
  import requests
6
 
7
 
8
+ # Streamlit UI for Product Sales Prediction
9
+ st.title("Product Sales Prediction")
10
+ st.subtitle("")
11
+ st.subheader("Product Sales Prediction App is used to forecast sales for selected combination of product and store information")
12
+ st.write("Please fill details below for sales prediction")
13
 
14
  # Collect user input
15
  ProductWeight = st.number_input("Product Weight (weight of the product)", min_value=4.0, max_value=22.0, value=12.6)