streamlit-bridge
streamlit-bridge copied to clipboard
Streamlit components that allow client side (javascript) to send data to the server side (python) and render HTML content without being processed by Markdown.
Results
2
streamlit-bridge issues
Sort by
recently updated
recently updated
newest added
Khi mình dùng st.html thì html_content vẫn hiện bình thường, nhưng khi dùng html từ st_bridge thì nó lại không hiện Code multipages: * users.py: ``` from datetime import datetime...
```python html(content, iframe=False) html(content, iframe=True) ``` it **always** use **iframe**. the streamlit version is **1.30.0**