QuantumLearner commited on
Commit
ab0af59
·
verified ·
1 Parent(s): 9906fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with st.sidebar:
144
  selected_horizon = horizons[st.session_state.horizon_page]
145
 
146
  # Run button at the bottom of the sidebar
147
- run_button = st.button("Run")
148
 
149
  # Title based on the selected page
150
  st.title(f"Hull Moving Average Cross-Over Strategy Optimizer - {st.session_state.horizon_page}")
 
144
  selected_horizon = horizons[st.session_state.horizon_page]
145
 
146
  # Run button at the bottom of the sidebar
147
+ run_button = st.button("Run Strategy")
148
 
149
  # Title based on the selected page
150
  st.title(f"Hull Moving Average Cross-Over Strategy Optimizer - {st.session_state.horizon_page}")