I'm having some trouble with `mo.ui.
I'm having some trouble with
mo.ui.file
- I can't seem to get it to update.4 Replies
I have this simple example:
But even after upliading a file, I don't see the value update.
I am sure I'm doing somethign wrong here.
Ah - looks like the issue is with large files. Small files work fine, but large ones look like they've uploaded, but things seem to freeze..
Raised as an issue: https://github.com/marimo-team/marimo/issues/609
GitHub
Large file uploads fail silently. · Issue #609 · marimo-team/marimo
Describe the bug Uploading a large file using mo.ui.file() fails silently. While rejecting large files is probably necessary, it would be useful to be able to configure the size of acceptable files...