Skip to content

Commit

Permalink
stick with metrics on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Mar 8, 2024
1 parent 5fbf0b1 commit 6c15b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ def metric_page():
"NWP": nwp_page
}

demo_name = st.sidebar.selectbox("Choose a page", page_names_to_funcs.keys(), 6)
demo_name = st.sidebar.selectbox("Choose a page", page_names_to_funcs.keys())
page_names_to_funcs[demo_name]()

0 comments on commit 6c15b60

Please sign in to comment.