Spaces:
Runtime error
Runtime error
File size: 199 Bytes
a7916dc |
1 2 3 4 5 6 7 8 9 |
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)
|