Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
georgtawadrous
/
thoth_app
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
thoth_app
/
test_streamlit_md.py
GitHub Actions
Sync from GitHub
4f54856
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
import
streamlit
as
st
st.markdown(
'''<div class="thoth-msg-ai">
**Bold text**
`python
print("Hello world")
`
</div>'''
, unsafe_allow_html=
True
)