Commit ·
73ed177
1
Parent(s): 3427fb4
Update app.py
Browse files
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
|
| 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():
|