We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from shiny import App, render, ui from shiny import experimental as x app_ui = x.ui.page_sidebar( x.ui.sidebar("Hello"), "Hello" ) app = App(app_ui, None)
Looks fine on shinylive.io but not when I just pip install -U shiny
pip install -U shiny
The text was updated successfully, but these errors were encountered:
I haven't been able to reproduce this -- maybe double-check it still happens after disabling the browser cache?
Sorry, something went wrong.
Closing because the sidebar has been revamped since this issue was created.
cpsievert
No branches or pull requests
Looks fine on shinylive.io but not when I just
pip install -U shiny
The text was updated successfully, but these errors were encountered: