Skip to content

Commit

Permalink
change image path
Browse files Browse the repository at this point in the history
  • Loading branch information
srirag21 committed Jul 11, 2024
1 parent f3eaff9 commit 9fe6d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st_app/pages/Launch_Your_Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import yaml
from yaml.loader import SafeLoader

cisco_logo = "../cisco2.png"
cisco_logo = "../../cisco2.png"

with st.sidebar:
st.image(cisco_logo, use_column_width=True)
Expand Down

0 comments on commit 9fe6d8d

Please sign in to comment.