whitphx's picture
whitphx HF Staff
Add custom component samples
a7916dc
raw
history blame
199 Bytes
from streamlit_discourse import st_discourse
# https://discuss.streamlit.io/t/discourse-component/8061
discourse_url = "discuss.streamlit.io"
topic_id = 8061
st_discourse(discourse_url, topic_id)