-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open in GitHub sticky button #96
Labels
Comments
|
Unsuccessful trial so far:
While this JS works in the console, it doesn't in the Streamlit app. Probably need to wait for the DOM to load before throwing it... Actually even with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be great to have an extra that makes an app play well with GitHub, and:
Open in GitHub
sorta.
trigger to open github.dev, tooAPI:
add_sticky_github_button(label="Open in GitHub", owner="arnaudmiribel", repository="streamlit-extras")
add_sticky_github_button(label="Open in GitHub", repository="arnaudmiribel/streamlit-extras")
The text was updated successfully, but these errors were encountered: