Spaces:
Runtime error
Runtime error
File size: 332 Bytes
cf5efe5 |
1 2 3 4 5 6 7 8 |
import streamlit as st
st.success("**π Select a demo from the sidebar** to see some examples of what the community-based Streamlit custom components can do!")
st.markdown("""
We picked up some custom components that work on _stlite_ from [the official featured custom component list](https://streamlit.io/components).
""")
|