Update app.py
Browse files
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()
|