Skip to content

Commit

Permalink
fix color selection + title bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Oct 23, 2023
1 parent 45963d0 commit de735fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def metric_page():
)

make_recent_summary_stats(values=y_mae)
make_recent_summary_stats(values=y_rmse)
make_recent_summary_stats(values=y_rmse, title="Recent RMSE")

st.sidebar.subheader("Select Forecast Horizon")
forecast_horizon_selection = st.sidebar.multiselect(
Expand Down
1 change: 1 addition & 0 deletions src/plots/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"cnn": "#FFD053",
"National_xg": "#7BCDF3",
"pvnet_v2": "#4c9a8e",
"pvnet_gsp_sum": "#7e47d6",
"blend": "#FF9736",
"PVLive Initial Estimate": "#e4e4e4",
"PVLive Updated Estimate": "#e4e4e4",
Expand Down

0 comments on commit de735fb

Please sign in to comment.