cmayoracurzio

Results 12 comments of cmayoracurzio

Hi @kmcgrady , I am encountering this same mobile experience issue. Let us know if/when there is news on it :) Maybe a silly question, but: would an additional argument...

Haven't been able to test this yet, but super interested in this potential performance improvement!

@thunderbug1 tagging you as this is similar to a pull request of yours that is still open. Have you or @luke321321 heard back from PablocFonseca on this performance improvement? Looks...

100% agree. We also use it for access control, and believe it to be one of the most powerful Streamlit features (even if not in public API). It would be...

Hi @tconkling , Wanted to share which Streamlit server functions we are using (and how) in case this can also be supported :) The snippet below runs in our app...

Hi there @hrzn, Finally found time to have a look, and found out the library already offers alternative installation options (viz. "u8darts") without the heavier dependencies (mainly PyTorch). That helped...

@hrzn my Python and GitHub chops need to improve a lot before I can confidently contribute, but if there are any non-technical improvements you might already have identified, glad to...

Thanks for adding this @mkleinbort-ic! I have been thinking about a similar enhancement request using a context manager instead (e.g., "`with st.background_thread:`"), but still need to think through some of...

@mkleinbort-ic Sorry for the late reply, it was merely illustrative 😄 @jrieke Glad to hear it's been talked about. One counter argument I guess is that it is quite easy...

The sidebar state (either 'expanded' or 'collapsed') can be controlled programmatically using the `initial_sidebar_state` parameter in `st.set_page_config`. See below an example that works for me (Streamlit version 1.11.1): ``` import...