Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
georgtawadrous
/
thoth_app
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
thoth_app
/
test.py
GitHub Actions
Sync from GitHub
4f54856
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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
)