RomMat commited on
Commit
4f87892
·
verified ·
1 Parent(s): 33dd0db

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ input_data = pd.DataFrame([{
48
  if st.button("Predict"):
49
  # Make prediction when the "predict" button is clicked
50
  prediction = model.predict(input_data)
51
- st.write(f"Predicted product sales total of the store (in dollars): {prediction[0]}")
 
48
  if st.button("Predict"):
49
  # Make prediction when the "predict" button is clicked
50
  prediction = model.predict(input_data)
51
+ st.write(f"Predicted product store sales total (in dollars): {prediction[0]}")