Tom Gallagher

Results 20 comments of Tom Gallagher

I'm getting the same error with `coiled` ![image](https://user-images.githubusercontent.com/13630311/178760175-c174ba29-d985-4fe0-a6f5-9c41b362a3f4.png)

In the meantime, I'm using this as a way of ensuring that page flow is not interrupted by large file prep ``` def customDownloadButton(df): if st.button('Prepare downloads'): #prep data for...

I can see this scroll bar problem as fixed when content is more than table height, but offset when content is less than table height. Matching the sandbox. I'm on...

No, sorry I don't. I was hoping to get some feedback from the repo owner but it's been months now.

Understood. I'd love to help out as I think it's a great project. This particular problem is a bit above my pay grade though!

I'm also experimenting with deploying Streamlit apps with Docker and Azure Container Apps. It seems like no caching occurs because you need to specify a temporary volume location in the...

Thank you for your reply. On Sat, 25 Jun 2022, 14:36 Jinglin Peng, ***@***.***> wrote: > Hi @tomgallagher , you could try the > display parameter to control what to...

I'd love to have a browser build easily available. I'm trying to work out how to build it from the npm package but I'm a beginner with node. Makes it...

Me too. I have structs and lists in some data frame columns. I'm guessing this is a problem for Sweetviz?

No unfortunately. The location is required to distinguish between pages, iframes for replay. I've not seen dynamic URLs before so didn't even consider it in design. Sorry.