thoth_app / test_streamlit_md.py
GitHub Actions
Sync from GitHub
4f54856
raw
history blame contribute delete
151 Bytes
import streamlit as st
st.markdown('''<div class="thoth-msg-ai">
**Bold text**
`python
print("Hello world")
`
</div>''', unsafe_allow_html=True)