Building A Calculator with Streamlit Components and HTML
Streamlit components have so much potential. With the introduction of the components system in streamlit, we can now build additional features and integrate into the web apps we have been building. You can check out the docs on the components here. In this tutorial we will explore one of the components – .html(). We will …
Building A Calculator with Streamlit Components and HTML Read More »