Skip to content

Commit

Permalink
add logo to Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jun 14, 2024
1 parent dea596e commit 52bc2d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ def publicurls(client, bucket, prefix):
}
)

#logo
st.logo("https://oceaninfohub.org/wp-content/uploads/2020/11/logo-only_OIH_EPS-CMYK-100x100.png", link="https://oceaninfohub.org/")

# dashboard title
st.title("ODIS Dashboard")
st.markdown("This dashboard will help monitor the ODIS graph, as well as the nodes connected to it.")
Expand Down

0 comments on commit 52bc2d2

Please sign in to comment.