tappyness1 commited on
Commit
d7aa6c5
·
1 Parent(s): 6a8227a

predictive app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ def main():
44
  "12:00", "13:00", "14:00", "15:00", "16:00", "17:00",
45
  "18:00", "19:00", "20:00", "21:00", "22:00", "23:00",
46
  ]
 
47
  # Select Plot Option
48
  plot_type = st.sidebar.selectbox("Choose Plot Type", options = ['Historical', 'Predictive'])
49
  if plot_type == 'Historical':
 
44
  "12:00", "13:00", "14:00", "15:00", "16:00", "17:00",
45
  "18:00", "19:00", "20:00", "21:00", "22:00", "23:00",
46
  ]
47
+ st.write("<- Click on the sidebar to select your plot preferences")
48
  # Select Plot Option
49
  plot_type = st.sidebar.selectbox("Choose Plot Type", options = ['Historical', 'Predictive'])
50
  if plot_type == 'Historical':