I m having problem with display of button when i use streamlit components. I have the javascript option enabled on my browser.
I’m using python 3.7, streamlit 0.71, node v10.15.1, npm 6.4.1.
I observe that the html is embedded in the iframe but cannot see the button being displayed.
Here is the reference that i’m trying to follow.
I’m basically trying to embed google sign in button to my web app to authenticate users. It has platform.js library embedded in the html page.
Please let me know if there are any issues that i need to resolve.