Nikolay Sheyko

Results 2 comments of Nikolay Sheyko

I appears that the problem is not in async/await in `result = await eval("(async () => {return " + js_code + "})()")`, but in a way streamlit communicates with it's...

FYI, I've given up on this and [created a separate utility function](https://gist.github.com/toolittlecakes/28114495689ead0fc823ff65da3e1e0f) for file uploads. Use `aiohttp` instead of `requests` for async. It wraps the result in `genai` `File` object,...