Yuichiro Tachibana (Tsuchiya)
Yuichiro Tachibana (Tsuchiya)
### Problem Currently each logger object belonging to the submodule of Streamlit is configured not to propagate logs and has own `StreamHandler`. These configurations are done in [`streamlit.logger.get_logger()`](https://github.com/streamlit/streamlit/blob/fe1334f3b0449030a7f574102318bae1a1f7dac8/lib/streamlit/logger.py#L103-L130), and the...
"ImportError: cannot import name 'runtime_version' from 'google.protobuf'" when developing on MacOS
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
Because `ffmpeg` features are not supported on the Wasm ver., for example the camera-input video causes an error, ``` pyodide.asm.js:9 Traceback (most recent call last): pyodide.asm.js:9 File "/lib/python3.11/site-packages/gradio/routes.py", line 534,...
Gradio-lite runs entirely on web browsers, so it can be packaged into a desktop app executable by using something like Electron or Tauri. Related issues: * https://github.com/gradio-app/gradio/issues/6990 * https://github.com/gradio-app/gradio/issues/6954 *...
Provide special path placeholders like `` that is resolved to env-specific paths like `/Users/user-name` for mounting local FS.