Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
tttamaki committed Jun 6, 2024
1 parent f212a8c commit 646b5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_image():
img_url = \
'https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Mount_Fuji_from_Mount_Aino.jpg/640px-Mount_Fuji_from_Mount_Aino.jpg'

im = imread(img_url))
im = imread(img_url)

st.image(
im,
Expand Down

0 comments on commit 646b5f4

Please sign in to comment.