hidevscommunity commited on
Commit
73ed177
·
1 Parent(s): 3427fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def app_design():
39
  # Make a prediction when the user clicks the "Predict" button
40
  if st.button('Predict Sales'):
41
  predicted_value = model_prediction(model, features)
42
- st.success(f"The predicted sales are: {predicted_value[0]}")
43
 
44
 
45
  def about_hidevs():
 
39
  # Make a prediction when the user clicks the "Predict" button
40
  if st.button('Predict Sales'):
41
  predicted_value = model_prediction(model, features)
42
+ st.success(f"The Bike demands are : {predicted_value[0]}")
43
 
44
 
45
  def about_hidevs():