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

Is it possible to make stStatusWidget visible? #13

Open
1 task done
czimmerman36 opened this issue Jun 10, 2024 · 0 comments
Open
1 task done

Is it possible to make stStatusWidget visible? #13

czimmerman36 opened this issue Jun 10, 2024 · 0 comments
Labels
question Further information is requested

Comments

@czimmerman36
Copy link

czimmerman36 commented Jun 10, 2024

Checklist

  • I have read the documentation at the Wiki.

Description

I am trying to keep the default status widget visible and integrated within the navbar. I have tried this running this code after initiating the navbar, but it does not work:

        st.markdown('''
        <style>
        div[class="stStatusWidget"] {
            visibility: visible;
        }
        </style>
        ''', unsafe_allow_html=True)

Is there a workaround?

@czimmerman36 czimmerman36 added the question Further information is requested label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant