Skip to content

Commit

Permalink
Add st.image
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Jan 20, 2023
1 parent b194bbe commit ff16e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added streamlit_app/img/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions streamlit_app/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
ax.hist(arr, bins=20)

st.pyplot(fig)

st.image("./img/logo192.png")

0 comments on commit ff16e0d

Please sign in to comment.