Yuichiro Tachibana (Tsuchiya)
Yuichiro Tachibana (Tsuchiya)
Export `Tabs` type from `@gradio/tabs` and fix the Playground to be compatible with the new Tabs API
## Description Fix the bug at https://www.gradio.app/playground. `` now requires the `initial_tabs` prop. ``` 20.BbLaLaJX.js:315 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'findIndex') at Jk (20.BbLaLaJX.js:315:16140) at...
## Description Resolves #9701. Auto-load (some) modules based on the `import` statements obtained by the AST analysis.
### Describe the bug Download buttons on components do not work when the app is embedded in an iframe. Try to use the download buttons on the output image of...
* Installing `streamlit-aggrid` in the init phase works, but it fails after the initialization. * Example: https://edit.share.stlite.net/#!ChBzdHJlYW1saXRfYXBwLnB5EkcKEHN0cmVhbWxpdF9hcHAucHkSMwoxaW1wb3J0IHN0cmVhbWxpdCBhcyBzdAoKc3QudGl0bGUoIkhlbGxvIFdvcmxkISIpChoQc3RyZWFtbGl0LWFnZ3JpZA,= * This app is loaded successfully, where `streamlit-aggrid` is already in the requirements...
Resolves #926
### Discussed in https://github.com/whitphx/stlite/discussions/551 Originally posted by **Halfar0068** April 17, 2023 Hi, Great work on this project. I am trying to create a desktop app which loads a model created...
When I named the module as `mountable`, I intended to avoid occupying the too general name space, but it has been revealed that there are no other sub packages suitable...
One major time-taking part of the init process may be downloading and installing the packages (we must measure it first!). So utilizing the archive-loading feature that is currently used in...
This can be done in two ways: * #1013 * #901