Skip to content

Commit

Permalink
Update Usage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthSai7 authored Sep 30, 2023
1 parent ea45ae1 commit 6561513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/Usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def usage():

with col1:

st.image("/assets/image.png")
st.image("/frontend/assets/image.png")

st.caption("Boat sailing in the sea")

Expand Down Expand Up @@ -65,4 +65,4 @@ def usage():
st.session_state.runpage = auth_page
else:
st.session_state.runpage = usage
st.session_state.runpage()
st.session_state.runpage()

0 comments on commit 6561513

Please sign in to comment.