Display Text with Streamlit
Learn to display different types of text with Streamlit.
We'll cover the following
The title
This is the first item of text our application will have. It’ll be displayed at the top of the application. We use the st.title()
method to display it:
Get hands-on with 1400+ tech skills courses.