ClosesDataframe toolbox doesn't show if on top of st.dialog#9461 Testing Plan Added e2e screenshot test. Contribution License Agreement By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license....
Are there any open questions or aspects why we are not going forward with it?Collaborator Author lukasmasuch commented Sep 4, 2024 @sfc-gh-braethlein there are two remaining tests that need migration :(github-actions bot removed the stale label Sep 5, 2024 ...
error using Matplotlib with Streamlit, try setting your backend to "TkAgg":: @@ -105,8 +99,24 @@ def pyplot( """ if not fig and config.get_option("deprecation.showPyplotGlobalUse"): self.dg.exception(PyplotGlobalUseWarning()) if not fig: show_deprecation_warning(""" Calling `st.pyp...