hidevscommunity commited on
Commit
596d0c4
·
1 Parent(s): baa8a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def app_design():
75
  # Make a prediction when the user clicks the "Predict" button
76
  if st.button('Predict Sales'):
77
  predicted_sales = model_prediction(model, features)
78
- st.write(f"The predicted sales are: {predicted_sales[0]}")
79
 
80
 
81
  def about_hidevs():
 
75
  # Make a prediction when the user clicks the "Predict" button
76
  if st.button('Predict Sales'):
77
  predicted_sales = model_prediction(model, features)
78
+ st.success(f"The predicted sales are: {predicted_sales[0]}")
79
 
80
 
81
  def about_hidevs():