Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 23, 2023
1 parent 01ee62f commit 45963d0
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 @@ -55,7 +55,7 @@ def metric_page():
models = ["cnn", "National_xg", "pvnet_v2"]
if show_pvnet_gsp_sum:
models.append("pvnet_gsp_sum")
model_name = st.sidebar.selectbox("Select", models, "pvnet_v2")
model_name = st.sidebar.selectbox("Select", models, 2)

# set up database connection
url = os.environ["DB_URL"]
Expand Down

0 comments on commit 45963d0

Please sign in to comment.