import streamlit as st st.markdown('''
**Bold text**, wait maybe? `python print("Hello world") `
''', unsafe_allow_html=True)