When you're working with data, it is extremely valuable to visualize that
data quickly, interactively, and from multiple different angles. That's what
Streamlit is actually built and optimized for.
You can display data via charts, and you can display it in
raw form. These are the Streamlit commands you can use to display and interact with raw data.
These are featured components created by our lovely community. For more examples and inspiration, check out our Components Gallery and Streamlit Extras!
Image Coordinates
Get the coordinates of clicks on an image. Created by @blackary.
Python
from streamlit_image_coordinates import streamlit_image_coordinates
value = streamlit_image_coordinates("https://placekitten.com/200/300")
st.write(value)
Plotly Events
Make Plotly charts interactive!. Created by @null-jones.
Get the coordinates of clicks on an image. Created by @blackary.
Python
from streamlit_image_coordinates import streamlit_image_coordinates
value = streamlit_image_coordinates("https://placekitten.com/200/300")
st.write(value)
Plotly Events
Make Plotly charts interactive!. Created by @null-jones.
Get the coordinates of clicks on an image. Created by @blackary.
Python
from streamlit_image_coordinates import streamlit_image_coordinates
value = streamlit_image_coordinates("https://placekitten.com/200/300")
st.write(value)
Plotly Events
Make Plotly charts interactive!. Created by @null-jones.