karora1804 commited on
Commit
5e1615b
·
verified ·
1 Parent(s): 895ae34

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ input_data = pd.DataFrame([{
49
  # Predict button
50
  if st.button("Predict"):
51
  prediction = model.predict(input_data)
52
- st.write(f"The predicted total sales of the store is {prediction}")
 
49
  # Predict button
50
  if st.button("Predict"):
51
  prediction = model.predict(input_data)
52
+ st.write(f"The predicted total sales of the store is: {prediction}")