Display Data with Streamlit
Learn to display data in various formats with Streamlit.
We'll cover the following...
There are four ways that Streamlit displays data.
Metric
If we have just a single number to show as a key metric, we use the st.metric()
method. There’s a delta
option to show whether the metric increases or ...