Lukas Masuch
Lukas Masuch
> It is set only when width attribute is missing and viewBox attribute is present: I was referring to this case and I'm not sure if it is a 100%...
@kiansina Thanks for your suggestion! This sounds like a useful enhancement 👍 I will forward this feature request to our product team. For other users reading this enhancement: please upvote...
Hey @thiemoToadi, thanks for reporting this issue. While it might look confusing, this behavior is actually expected since the click on the form submit button will rerun the script resulting...
Hey @thiemoToadi , I was able to reproduce that 👍 This is indeed an issue with how the widget state is handled. As a workaround, you can change the form...
Oh, yes indeed. In this case, it might help to just change the individual keys of the checkbox widgets in the form instead of the form key. However, the actual...
This is probably just a temporary fix, since all it probably does is using older dependencies from the lock file. EDIT: Actually, we do not even push the lock file....
The issue is related to a regression in pipenv with `skip-lock`: https://github.com/pypa/pipenv/issues/5367 The fix was released an hour ago, so maybe it is already working again.
Opened a new PR that will invalidate our CI cache: https://github.com/streamlit/streamlit/pull/5393
Unfortunately, I'm also not able to reproduce this. I have also deployed a version on Streamlit Cloud [here](https://lukasmasuch-st-playground-issuesgh-4996app-houxex.streamlitapp.com/). @JuhyeokSin is the issue also happening with the deployed app? There was...
@joelbecker Thanks for reporting this issue. I did a short investigation on this: Currently, we cannot easily determine if the default template (`plotly`) was used or if a user did...