Cheat sheet - Streamlit Docs

PHOTO EMBED

Sun Jul 02 2023 17:51:16 GMT+0000 (Coordinated Universal Time)

Saved by @rooterbot #python

st.text('Fixed width text')
st.markdown('_Markdown_') # see *
st.latex(r''' e^{i\pi} + 1 = 0 ''')
st.write('Most objects') # df, err, func, keras!
st.write(['st', 'is <', 3]) # see *
st.title('My title')
st.header('My header')
st.subheader('My sub')
st.code('for i in range(8): foo()')
* optional kwarg unsafe_allow_html = True
content_copyCOPY

Magic commands

https://docs.streamlit.io/library/cheatsheet