Skip to content

Commit

Permalink
Update menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
fcooper8472 committed Jan 4, 2024
1 parent 7917953 commit 2e9ed74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
layout="wide",
initial_sidebar_state="expanded",
menu_items={
'Get Help': 'https://www.extremelycoolapp.com/help',
'Report a bug': "https://www.extremelycoolapp.com/bug",
'About': "# This is a header. This is an *extremely* cool app!"
'Get Help': 'https://github.com/fcooper8472/distribution-zoo-v2/issues',
'Report a bug': "https://github.com/fcooper8472/distribution-zoo-v2/issues",
'About': "Explore the Distribution Zoo"
}
)

Expand Down

0 comments on commit 2e9ed74

Please sign in to comment.