Skip to content

Commit

Permalink
adjust default values
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Apr 24, 2024
1 parent 111d09b commit b8ec31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvsite_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def pvsite_forecast_page():
created = None

if forecast_type == "Forecast_horizon":
forecast_horizon = st.sidebar.selectbox("Select Forecast Horizon", range(0,2880,15), 5)
forecast_horizon = st.sidebar.selectbox("Select Forecast Horizon", range(0,2880,15), 6)
else:
forecast_horizon = None

Expand Down

0 comments on commit b8ec31c

Please sign in to comment.