Johan713 commited on
Commit
185dd5e
·
verified ·
1 Parent(s): 62985bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def main():
238
  st.title("Advanced Stock Price Predictor using Prophet")
239
 
240
  st.sidebar.title("Options")
241
- app_mode = st.sidebar.selectbox("Choose the app mode", ["Test Model", "Predict Stock Prices"])
242
 
243
  if app_mode == "Test Model":
244
  test_model()
 
238
  st.title("Advanced Stock Price Predictor using Prophet")
239
 
240
  st.sidebar.title("Options")
241
+ app_mode = st.sidebar.selectbox("Choose the app mode", ["Test Model", "Predict Stock Prices", "Explore Data"])
242
 
243
  if app_mode == "Test Model":
244
  test_model()