Skip to content

Commit

Permalink
changes to branding file #3
Browse files Browse the repository at this point in the history
  • Loading branch information
michivonah committed Apr 7, 2023
1 parent c48bb51 commit 6681e9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions branding.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ def loadBranding():
layout="wide",
initial_sidebar_state="expanded",
menu_items={
'About': "# Helpdesk by Michi von Ah"
'About': "### Helpdesk by Michi von Ah \n [View on Github](https://github.com/michivonah/helpdesk)"
}
)
logo = Image.open('pages/assets/ticket.png')
st.sidebar.image(logo)
# st.sidebar.markdown('### Helpdesk')
#logo = Image.open('pages/assets/ticket.png')
#st.sidebar.image(logo)

0 comments on commit 6681e9f

Please sign in to comment.