Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ with st.sidebar:
|
|
227 |
|
228 |
prediction_days = st.slider("Prediction Horizon (Days)", 7, 30, st.session_state.get('last_prediction_days', 7))
|
229 |
|
230 |
-
if st.
|
231 |
st.session_state.run_button_clicked = True
|
232 |
st.session_state.loading = True
|
233 |
st.session_state.last_ticker = ticker
|
|
|
227 |
|
228 |
prediction_days = st.slider("Prediction Horizon (Days)", 7, 30, st.session_state.get('last_prediction_days', 7))
|
229 |
|
230 |
+
if st.button("21 days ahead of the market", use_container_width=True, disabled=True):
|
231 |
st.session_state.run_button_clicked = True
|
232 |
st.session_state.loading = True
|
233 |
st.session_state.last_ticker = ticker
|