Amittripipathi commited on
Commit
dca4b08
·
verified ·
1 Parent(s): bb4dd01

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -68,4 +68,4 @@ input_df['Store_Type'] = input_df['Store_Type'].astype('category')
68
  # Make predictions
69
  if st.button("Predict"):
70
  predictions = model.predict(input_df)
71
- st.write(f"Prediction: The customer is likely to **{predictions[0]}**.")
 
68
  # Make predictions
69
  if st.button("Predict"):
70
  predictions = model.predict(input_df)
71
+ st.write(f"Prediction: Based on input data, Forecasted sales revenue of its outlets for the upcoming quarter **{predictions[0]}**.")