Skip to content

Commit

Permalink
yadv changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prahalad12345 committed Jul 10, 2021
1 parent 29dc123 commit ca20e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yadv.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
def main():
# YaDV Application setup
st.header("YaDV - Yet Another DICOM Viewer")
icon = Image.open('images/YADV.png')
icon = Image.open('images/YaDV.png')
st.sidebar.image(icon, caption="Yet another DICOM Viewer")
st.sidebar.title("YaDV - Options")

Expand Down

0 comments on commit ca20e38

Please sign in to comment.