Hi Team,
Below I have shared screenshot image of my app created using streamlit.
I would like to screenshot of any image which i am displaying in streamlit web application. How to perceive the same.
Regards
Swaminathan S
@Charly_Wargnier Any thoughts from your end. I need it in the urgent basis. any workaround is welcome here.
Hi @Swaminathan_Sekar, and welcome to the Streamlit community! ![]()
![]()
You can enable per-chart screenshot with Plotly
Plotly allows you to save static images of your plots. Save the image to your local computer, or embed it inside your Jupyter notebooks as a static image
Plotly integrates seamlessly to Streamlit via:
st.plotly_chart(data)
I hope this helps?
Best,
Charly
@Charly_Wargnier Thanks for the suggestion. Instead of image, if I am showing a summary table and that I would like to capture screenshot and share it with concerned people, if the values gone beyond the range.
how can i pursue this in streamlit?
Any leads are welcome 
That can also be achieved via Plotly!
Just display your summary table as a Plotly table 
I hope that helps
Best,
Charly
@Charly_Wargnier . Thanks for the quick and great support smiley:.
If this helps, I have implemented an initial version of a “Page Screenshot” button, as posted here:
Streamlit Screenshots
Feel free to reach out or provide any feedback!