How to Embed PDF in Streamlit Apps
Streamlit is such an awesome framework that allows you to build several cool data science apps. In this tutorial we will see how to embed PDF files in our streamlit app. To be able to do so we will need just 2 main things st.markdown() : this will enable us to use the same format …