danielle2003 commited on
Commit
7e02bbf
·
verified ·
1 Parent(s): 86f3337

Update app.py

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