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