Vijaya Sai Prasanth Kommini

Results 26 comments of Vijaya Sai Prasanth Kommini

@Spider-sun Is there any way to replicate this for `CPEComponent2_3`?

@mzpqnxow Is it possible to compare a `CPE2.3` with a `CPE2.2` or `CPE2.2_TENABLE`? Essentially are cross-version comparison's supported?

@timojuez How can you escape only `+`? Meaning we'll have to generically escape everything in that part right?

There seems to be a [way for custom components](https://docs.streamlit.io/library/components/components-api#working-with-themes) to access this information: in the react component via `this.props.theme.base` and in CSS via ```css .mySelector { color: var(--base); } ```

Hi Team, We currently have the same issue and makes `st.download_button` unusable in production. Is there a workaround till the callback function is added? Also is there an ETA for...

Hi Team, I seem to have this same issue but it happens when I have this sort of a code pattern: ```python # This doesn't work and tabs get reset...

Hi @mayagbarnes Is this going to be fixed in `1.34.0`?

I still have drop downs in my tab 2 that when clicked cause the tabs to reset back to tab 1. Is this in the priority list?

@LukasMasuch Do you have anything like this planned or roadmapped? How does this fit in with your other plans of adding selection and such?