Skip to content
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

Add ability to hide the "Made by Streamlit" footer #972

Closed
matthew-trava opened this issue Jan 15, 2020 · 3 comments · Fixed by #7583
Closed

Add ability to hide the "Made by Streamlit" footer #972

matthew-trava opened this issue Jan 15, 2020 · 3 comments · Fixed by #7583
Labels
area:ux/ui type:enhancement Requests for feature enhancements or new features

Comments

@matthew-trava
Copy link

matthew-trava commented Jan 15, 2020

Problem

The inability to hide, edit or remove the made by streamlit at the bottom of the webapp produced.

Solution

The ability to alter or remove the made by streamlit footer text

MVP: The simple addition to be able to set the text to False.

Additional context

Came from https://discuss.streamlit.io/t/remove-made-with-streamlit-from-bottom-of-app/1370


Community voting on feature requests enables the Streamlit team to understand which features are most important to our users.

If you'd like the Streamlit team to prioritize this feature request, please use the 👍 (thumbs up emoji) reaction in response to the initial post.

@matthew-trava matthew-trava added the type:enhancement Requests for feature enhancements or new features label Jan 15, 2020
@tconkling tconkling changed the title ### Problem Add ability to hide the "Made by Streamlit" footer Jan 15, 2020
@tconkling
Copy link
Contributor

Hey @matthew-trava, thanks for taking the time to file an issue! I've edited the title to make it easier to search for, and moved it to our internal board, for triaging.

@tconkling
Copy link
Contributor

Related: #395

@dansbecker
Copy link

It's not a feature for the product itself, but for a user who finds this and wants a hacky way to hide the footer, we use

    hide_footer_style = """
    <style>
    .reportview-container .main footer {visibility: hidden;}    
    """
    st.markdown(hide_footer_style, unsafe_allow_html=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ux/ui type:enhancement Requests for feature enhancements or new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants