Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -68,4 +68,4 @@ input_df['Store_Type'] = input_df['Store_Type'].astype('category')
|
|
| 68 |
# Make predictions
|
| 69 |
if st.button("Predict"):
|
| 70 |
predictions = model.predict(input_df)
|
| 71 |
-
st.write(f"Prediction:
|
|
|
|
| 68 |
# Make predictions
|
| 69 |
if st.button("Predict"):
|
| 70 |
predictions = model.predict(input_df)
|
| 71 |
+
st.write(f"Prediction: Based on input data, Forecasted sales revenue of its outlets for the upcoming quarter **{predictions[0]}**.")
|