Function signature[source] | |
---|---|
st.info(body, *, icon=None) | |
Parameters | |
body (str) | The info text to display. |
icon (str, None) | An optional emoji or icon to display next to the alert. If icon is None (default), no icon is displayed. If icon is a string, the following options are valid:
|
Example
import streamlit as st st.info('This is a purely informational message', icon="ℹ️")
Still have questions?
Our forums are full of helpful information and Streamlit experts.