Sonny4Sonnix commited on
Commit
dc0bf57
·
verified ·
1 Parent(s): 7252d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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