Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ st.line_chart(df_ori["sales"])
|
|
37 |
|
38 |
##defining my inputs
|
39 |
st.header("Make a Forecast Here: ")
|
40 |
-
ds= st.date_input(label= "Please enter the date you want to forecast")
|
41 |
transactions= st.number_input(label= "Please enter the total number of expected transactions")
|
42 |
onpromotion= st.number_input(label= "Please enter the total number of expected items to be on promotions")
|
43 |
|
|
|
37 |
|
38 |
##defining my inputs
|
39 |
st.header("Make a Forecast Here: ")
|
40 |
+
ds= st.date_input(label= "Please enter the date you want to forecast.")
|
41 |
transactions= st.number_input(label= "Please enter the total number of expected transactions")
|
42 |
onpromotion= st.number_input(label= "Please enter the total number of expected items to be on promotions")
|
43 |
|